Hi,
I have to save about 1kb of text. The text is not updated very often (about once a month). But is read once every time the app is started.
Would saving it to NSUserDefaults slow down the reading/writing from/to NSUserDefault? Would it be better to save it to a text file in the documents folder?
Thanks in advance!