views:

26

answers:

1

Are there any libraries that can help me? I'm a Python programmer and have never used Objective C before, so the easier the better!

Thanks.

+1  A: 

I suggest picking up a book like Oreilly IPhone Programming : http://www.amazon.com/Learning-iPhone-Programming-Xcode-Store/dp/0596806434/ref=sr_1_1?ie=UTF8&qid=1287516182&sr=8-1

The author actually writes a city guide and explains very well how to build it using XCode and Interface Builder, which is a list of city, when selected it takes you to a detail view of the city. Also add feature to add, update, delete cities.

You can read to chapter 5 and you should be good to build your guide book. It'll take you like 2 days to read and build the city book. Well you can take the city guide code replace it for book guide and its done.

pdiddy
This was just what I was looking for. Thank you.
ensnare