Archive for the ‘Snippets’ Category

Reading plist files

Posted: October 15, 2010 in Snippets

It was only recently that I read about this function, dictionaryWithContentsOfFile: Creates and returns a dictionary using the keys and values found in a file specified by a given path. + (id)dictionaryWithContentsOfFile:(NSString *)path Parameters path A full or relative pathname. The file identified by path must contain a string representation of a property list whose [...]