I want to save the content of TextFields in plist with corresponding Key-Values pair.
Like Password field should be saved with the Key-Password and Value-(entered in textField).
How can I do that?
and want to access it in some other class. Can I do it? If yes, then how?
Adding Stuff into
plistis easy. Full working code follows which adds a persons contact info into a plist –[source]