cocoa   40114

« earlier    

Using NSUserDefaults | Mike Zupan's Random Blog
NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults]; // getting the string stringVal = [prefs stringForKey:@"stringVal"]; // getting the int intVal = [prefs integerForKey:@"intVal"];
cocoa  objective-c  programming 
yesterday by lena
Objective-C Basics - NSScreencast
- manual memory management: alloc, init, release / autorelease
objective-c  cocoa  programming  video 
yesterday by igrigorik

« earlier    

Copy this bookmark:



description:


tags: