-
Subscribe
Categories
Tutorials
- iPhone Programming Tutorial – Local Notifications
- How To Integrate Google Analytics Tracking Into Your Apps In 7 Minutes
- Pick Your Own Adventure iPhone Edition
- 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
-
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
Recent Comments
- Jef on iPhone Programming Tutorial – Transitioning Between Views
- joe on iPhone Game Programming Tutorial – Part 1
- joe on iPhone Game Programming Tutorial – Part 1
- andy on iPhone Game Programming Tutorial – Part 1
- andy on iPhone Game Programming Tutorial – Part 1
- Anneke on iPhone Programming Tutorial – Using A TabBarView To Switch Between Views
- Afflick on Custom UITableViewCell Using Interface Builder
- Afflick on Custom UITableViewCell Using Interface Builder
- Bluebaroo on iPhone Programming Tutorial: Animating A Game Sprite
- Bluebaroo on iPhone Programming Tutorial: Animating A Game Sprite
Category Archives: iPhone Game Programming
iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
As you may have seen, there are quite a few services out there offering free leaderboards. These are great and all, but sometimes you want to have complete control over your data. I have put together a complete tutorial detailing step by step how you can create your own online leaderboard. This will also give you a very simple introduction to interfacing with web services.
Also posted in iPhone Programming Tutorials Tagged iphone, iPhone Coding, iphone game, leaderboard 36 Comments
iPhone Programming Tutorial: Animating A Game Sprite
One thing I have noticed about many of the games in the app store is they lack animation. Of course, the huge companies like Sega and PopCap have some pretty amazing animation, but what about us indie iPhone game developers? [...]
Also posted in iPhone Programming Tutorials, iphone Tagged iphone animation, iPhone Coding, iPhone Game Programming 47 Comments
iPhone Game Programming Tutorial Part 4 – Basic Game Audio
Ok, I will be finishing up this series by showing you guys how to add basic audio to your game. Since this is a beginner tutorial, I won't go into complex audio using OpenAL or Audio Queues. Today, we will [...]
Also posted in iPhone Programming Tutorials Tagged iphone development, iphone game programming tutorial 57 Comments
iPhone Game Programming Tutorial Part 3 – Splash Screen
Ok, So it's time to wrap up this series. Today I will be showing you how to add a few "bells and whistles" that will make your game more complete. Let's start by adding a splash screen to your game [...]
Also posted in iPhone Programming Tutorials, iphone 106 Comments
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 [...]
Also posted in iPhone Programming Tutorials Tagged game, iPhone Game Programming, iphone game tutorial, itennis 137 Comments
iPhone Game Programming Tutorial – Part 1
This is the first in a multipart series where I will be teaching you to create an iPhone game from the ground up. As many of you know, OpenGL and Quartz have quite a steep learning curve. This tutorial will [...]
Also posted in iPhone Programming Tutorials 237 Comments
iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView
This will be a simple tutorial showing you how to put a UITextField in a UIAlertView. This is simple and just a couple lines if code. You will learn CGAffineTransform and coding UITextField programmatically. Heres a screenshots of what we [...]
Also posted in iPhone Programming Tutorials 32 Comments
iPhone Coding Tutorial – Creating an Online Leaderboard For Your Games
As you may have seen, there are quite a few services out there offering free leaderboards. These are great and all, but sometimes you want to have complete control over your data. I have put together a complete tutorial detailing step by step how you can create your own online leaderboard. This will also give you a very simple introduction to interfacing with web services.
Also posted in iPhone Programming Tutorials Tagged iphone, iPhone Coding, iphone game, leaderboard 36 Comments
iPhone Programming Tutorial: Animating A Game Sprite
One thing I have noticed about many of the games in the app store is they lack animation. Of course, the huge companies like Sega and PopCap have some pretty amazing animation, but what about us indie iPhone game developers? [...]
Also posted in iPhone Programming Tutorials, iphone Tagged iphone animation, iPhone Coding, iPhone Game Programming 47 Comments
iPhone Game Programming Tutorial Part 4 – Basic Game Audio
Ok, I will be finishing up this series by showing you guys how to add basic audio to your game. Since this is a beginner tutorial, I won't go into complex audio using OpenAL or Audio Queues. Today, we will [...]
Also posted in iPhone Programming Tutorials Tagged iphone development, iphone game programming tutorial 57 Comments
iPhone Game Programming Tutorial Part 3 – Splash Screen
Ok, So it's time to wrap up this series. Today I will be showing you how to add a few "bells and whistles" that will make your game more complete. Let's start by adding a splash screen to your game [...]
Also posted in iPhone Programming Tutorials, iphone 106 Comments
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 [...]
Also posted in iPhone Programming Tutorials Tagged game, iPhone Game Programming, iphone game tutorial, itennis 137 Comments
iPhone Game Programming Tutorial – Part 1
This is the first in a multipart series where I will be teaching you to create an iPhone game from the ground up. As many of you know, OpenGL and Quartz have quite a steep learning curve. This tutorial will [...]
Also posted in iPhone Programming Tutorials 237 Comments


iPhone Coding Tutorial – Inserting A UITextField In A UIAlertView