-
Subscribe
Categories
Tutorials
- iPhone Coding – Turbo Charging Your Apps With NSOperation
- iPhone Coding Recipe – Shortening URLs
- iPhone Coding Recipe: Live Character Counter, Word filter, and 1337 Translator For A UITextField
- UITextField – A Complete API Overview
- iPhone Coding Tutorial – In Application Emailing
- iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView
- iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
- Debugging Tutorial – Automating Your Tests With A UIRecorder Instrument
- Objective-C Tutorial: NSArray
- iPhone Programming Tutorial: Animating A Game Sprite
-
Archives
Monthly Archives: February 2009
iPhone Game Programming Tutorial Part 2- User Interaction, Simple AI, Game Logic
Ok folks, here it is. The next tutorial in our iPhone game programming tutorial (sorry for the delay). Today, I will be discussing the basics of player interaction, simple game AI, and game logic. We will also be exploring how [...]
Loading data from .plist files
Saving and Reloading from .plist files...
A great way to store dictionary data that does not change during runtime is in a .plist file. Say you want to organize some data hierarchically or you want to store the navigation structure [...]
Posted in Uncategorized 15 Comments
Great Resource For All iPhone Developers – iBetaTest.com
Through my travels of the internets, I have encountered a great website for iPhone developers looking to have their applications beta tested by real people. The website is called iBetaTest.com .
Launching their site just yesterday, iBetaTest.com already boasts 135 registered testers [...]


iPhone Programming Tutorial – Using openURL To Send Email From Your App