I have a history button that clears data in a plist. Now the download is fine; I load it into an array.
Can I just use:
self.dataClear = NULL;
and save the array in plist to clear it? So i can use
if([self.dataClear count] == 0)
check?
objective-c iphone xcode
Stefan
source share