[Display group data Objective-C language by loading plist file]

1. Display car brand data

1. First of all, we still adjust the controller to 3.5 inches, and then adjust the simulator to iPhone4S,

2. Then, we need to copy the material in first,

We want to display the data in a plist file to our UITableView, so, first of all, we need to copy our plist file in,

Find our plist file, cars_simple.plist,

document

3. Drag the cars_simple.plist file under Supporting Files,

material

First of all, look at this plist file, what is the whole, the whole is an Array, right?

overall

The whole is an array&#x

Guess you like

Origin blog.csdn.net/madoca/article/details/130071776