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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -