Iam developing one applciation.In that application i used the both imageview and textview.And iam used the NSUserdefaults for storing the imageview image value and textview text value.But when iam going to another page and coming to main page only imageview image data will be available in nsuserdefaults,textview text data is not avialable.So please tell me how to get the textview text data also by using nsuserdefaults
Iam developing one applciation.In that application i used the both imageview and textview.And iam
Share
You should check your Key for spelling mistakes. By the way, just for reference,
Methods of saving images to NSUserDefaults:
Number 1: Saving and retrieving image directly:
Number 2: Saving the image in documents directory and saving its path in NSUserDefaults:
Method of saving text to NSUserDefaults: