I want to write the contents of an array to a text file in my iPhone application. I can load the array from the text file but i want to allow deleting of content through the arr
There is method in NSArray to write the array into a file.
NSArray
- (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag
Please check the Apple documentation