How to add and get the values from .plist in iOS

Viewed 24254

I am implementing a application based on web services. In that I need to add a string as property in .plist and I need to get the value from the .plist whenever I need in the code.

5 Answers
Related