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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -