Feb 4 2012
Another good tutorials
http://www.raywenderlich.com/tutorials
Feb 4 2012
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.
Jan 16 2012
Here is something to help you debug CoreData applications: http://useyourloaf.com/blog/2010/3/11/debugging-core-data-on-the-iphone.html
Dec 10 2011
The best tutorials for learning iOS development from the Stanford university.
iPad and iPhone Application Development
Aug 3 2010
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.