Archive for October, 2009

October 21, 2009 0

Stanford iPhone course is online

By admin in iOS

Wow what a cool resource! I wish i had found this when i was just starting out. It’s so perfectly structured, Im going to start going going through these from day one. Because when you learn the ghetto self-taught web way, you never know if you’re doing things the right way or if they just [...]

Tags:

October 6, 2009 0

NSLog – Making an NSObject return useful info

By admin in iOS

This is so useful, the AS3 equivalent would be toString(). Not enough developers take advantage of it in the as3 world either, but if you’re learning iphone development you should start off correctly whether coming from as3 or not. – (NSString *)description; Don’t place that in your header as you are overwriting this method. So [...]

Tags: