i m struggling to get this thing done. I read the file and i have to put every record of file in nsmutable dictionary . Anyone having any idea???
A:
Do you want to retrieve information from a file? In that case you could use property lists. Just create a plist with Propertylisteditor. Then load it with
[NSMutableDictionary dictionaryWithContentsOfFile:@"path/to/file.plist"]
ticking
2010-09-21 00:42:12