Tuesday, July 19, 2011
Kinda-Tutorial: Where to Find Free Sounds For Your App/Games
›
Being an indie developer, it is tough to gather a good sound pack for an app or game. You can hire a sound artist, and some of them do offer...
2 comments:
Wednesday, May 4, 2011
How To: Have Cool Backgrounds From Code
›
iOS stocks some built in backgrounds images ready to be used by any objects that has a UIColor property. Ever wonder how to get them? One wa...
Wednesday, April 27, 2011
Comparing Variables
›
I have seen quite a lot of people asking some basic questions about comparing integers, floats, strings, and so on. Many made mistakes in do...
Wednesday, March 9, 2011
How To Do: Slide to Unlock
›
This is a simple tutorial to create "slide to unlock" feature. As you may have guessed, we have to use UISlider. UISlider is ...
7 comments:
Tuesday, February 22, 2011
Best way to use UIImageView (Memory Optimized)
›
We use UIImageView a lot in our apps, right? At the most, we use it for a nice view backgrounds or even as button images. The easiest way ...
5 comments:
Monday, January 17, 2011
How to Integrate iAd for OS3.2+ and Admob as Backup
›
I am impressed with iAd revenue given by Apple. It really surprises me. So I end up putting iAds for most of my free apps. Though, I'...
2 comments:
Friday, November 12, 2010
Simple Game: Tap Ball (Catch The Ball)
›
It has been a looong time since I wrote any tutorials / sample codes. Recently a friend asked to create a simple base for a game where there...
2 comments:
Wednesday, July 7, 2010
Populating iPhone Simulators With Photos
›
If you develop apps, most probably you will want a user to load up his/her own photo into the app. You can test the UIImagePickerController ...
2 comments:
Developers On MacBook Beware.
›
This post is not really a coding tutorial. Instead I will be sharing on how things get pretty gooey if you use a Macbook to develop iPhone a...
Friday, May 14, 2010
Hacking "More..." Tableview of a TabBar Template Based App
›
Ok, its been a while since I wrote any tutorials, so I thought I'd write about a basic Tab Bar based template customization. As most o...
1 comment:
‹
›
Home
View web version