Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

CaptSaltyJack

macrumors 6502
Original poster
Jun 28, 2007
351
1
Well, I've been diving into this book on Cocoa programming for Mac OS. I've been able to write some simple stuff on Leopard, like tables that gather data from arrays via an NSArrayController, cool stuff.

I opened up a new iPhone project in Xcode just for kicks, and noticed some stuff missing, namely the "Bindings" tab on the inspector. You mean you have to tie all your stuff together manually in the code??

Are there any good tutorials or books or anything out there? Seems like developing on the iPhone is a whole different beast than developing for OS X.
 

admanimal

macrumors 68040
Apr 22, 2005
3,531
2
The best place to start is with the sample apps. They give examples of doing pretty much all the basic stuff you would want to do on the phone.
 

admanimal

macrumors 68040
Apr 22, 2005
3,531
2
But there is sqlite, which is what CoreData is based on and in reality is much more straightforward to use than CoreData, as long as you are familiar with SQL syntax.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.