
hello
I just wanna clear some concept about NSuser Default and Sqlite.
plz suggest me, when to use NSUserdefault and when to use sqlite.
can i use NSuserdefault for some large data??

when you want to store large amount of data with some relationship, go for sqlite if you want to store less value go for NSUserDefault.Sqlite occupies some memory so use it only you really need to save complex datas.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.