I am very new to Objective-C. Here is what I want. I have a tab view app for an iPhone. In one of the tabs I need to have table view with a data from the plist file. Data consist of text, pictures and location.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can try something like this :
|
|||||||||||
|
|
Plist file is in fact a xml file (you can open in in external editor and you should see the structure). So you should store data in NSDictionary (object and keys structure like xml file!). For example:
I don't know if you have in plist file Arrays or Strings... you should provide some more information. |
|||
|
|