Separate names with a comma.
I checked my PM Sent Items just to make sure and I sent you a message titled Developer Group on 01-28-2009. I've also replied to the email you...
Ditto for me.
You need to wrap if statements in parenthesis, and there is no semi-colon on the end. if(health <= 0)
You sure about that? ;)
One app supports all the localizations. The app is able to determine which localization to use based on the language that is enabled in...
shkudt did the Russian localization of Bugz for us recently. Very professional, I couldn't believe he wasn't charging for the service!...
The average sales per day for an app is 16. Bear that in mind.
A fair few affluent developers hang about on #iphonedev on freenode.net IRC.
You can also add an observer for the termination notification: [[NSNotificationCenter defaultCenter] addObserver:self...
The only book you will ever need is Cocoa Programming for Mac OS X 3rd Edition by Aaron Hillegass.
Bugz was coded with about 5% Obj-C, 95% C++. I personally prefer C and Obj-C over C++.
I wrote a bitmap font creator based on the code here: http://gpwiki.org/index.php/OpenGL:Tutorials:Font_System It's a great start. I think the...
You cannot override the property list value, no. You can however call the function to force an orientation in your...
shouldAutorotateToInterfaceOrientation only allows the view to rotate, it doesn't force a landscape orientation. To force a landscape...
I post my updates to Bugz in the original thread, it just seems tidier that way. Also doing it this way means I don't have to watch quite so...