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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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