I am new to iOS development, and I would like to know how .plist files work in iOS. Can any one help me by giving me an example of how to read an write data to and from a .plist?
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.
|
|
Yup:
Writing to a file isn't too hard either:
|
|||
|
|
|
The link below is to a great tutorial on how to populate cells of a UITableView with the contents of a plist file using Arrays Dictionaries and Strings. http://www.iphonesdkarticles.com/2009/03/uitableview-drill-down-table-view.html |
|||
|
|