Read this article, it can save you a lot of debugging time.
Category Archives: General
CoreData vs SQLite
Nice explanations of the tradeoffs between the two techs. http://inessential.com/2010/02/26/on_switching_away_from_core_data http://cocoawithlove.com/2010/02/differences-between-core-data-and.html Some nice libraries to ease your life when using one of the techs: FMDB – https://github.com/ccgus/fmdb Magical Record – https://github.com/magicalpanda/MagicalRecord
More tutorials
How to display a YouTube video inside your app.
I never thought this was possible but after all it’s possible, check it out here http://apiblog.youtube.com/2009/02/youtube-apis-iphone-cool-mobile-apps.html Just be aware of the following: 1) if you have stuff in your UIWebViewDelegate methods (like NSLog(@”something”) it will crash so remove it. Don’t had a delegate at all 2) do not expect this to work in the simulator.
Core Data Debug
I found this good article that explains how to debug CoreData applications.
Git Flow
Now that we have git support in XCode we can use this: http://nvie.com/posts/a-successful-git-branching-model/ http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/
Core Data helper
Nice Model object generator: http://rentzsch.github.com/mogenerator/
Nice XCode4 colour themes
The best free courses in iOS
The best tutorials for learning iOS development from the Stanford university. Developing Apps for iOS iPad and iPhone Application Development iPhone Application Development