iphone - saving text from uitextview to plist -


for application able read description of place selected table row , display in uitextview. needed next able save content edited user in uitextview plist. need guide because had been searching in vain..thanks

you don't need use plist store string, can use -[nsstring writetofile:atomically:encoding:error:] method, , create single file.

if you're dead set on creating plist, can use nspropertylistserialization class read , write plists.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -