Try it. Please change the file name. It works great.
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; NSString *recentFilePath = [documentsDirectory stringByAppendingPathComponent:@"recent.plist"]; NSArray *history = [NSArray arrayWithContentsOfFile:recentFilePath];
source share