Another good tutorials

http://www.raywenderlich.com/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

Here is something to help you debug CoreData applications: http://useyourloaf.com/blog/2010/3/11/debugging-core-data-on-the-iphone.html

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

https://github.com/jbrennan/xcode4themes

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

An excellent roadmap

http://pragmaticstudio.com/iphone-roadmap

Good tutorials

http://designthencode.com

How to uninstall IPhone SDK

To completely uninstall XCode and all IPhone Developer Platforms just write this command in a Terminal Shell.

sudo /Developer/Library/uninstall-devtools –mode=all

After the command as ended just do a restart to your machine.