Xcode save text -


how can save label, then, if close app , open again still there?

you can use nsuserdefaults if data general preferences type data won't cripple app if user prefs wiped reason.

it depends on how vital data , how permanent need make persistence.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -