I\'ve recently been trying to store the search results of my iPhone app in the NSUserDefaults collection. I also use this to save user registration info successfully, but fo
I think it looks like the problem with your code is not saving the results array. Its loading the data try using
lastResults = [prefs arrayForKey:@"lastResults"];
This will return the array specified by the key.