Archive for October, 2010

No I didn’t bought a Windows Phone 7 but now it sure is in my wish list I spent this weekend developing an app for windows phone 7 and thanks to previous knowledge of silverlight and c#, it all seemed too easy A couple of weeks more and then I can add yet another platform [...]

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 [...]