The code below will prevent the iPhone from dimming its screen and ultimately going to sleep. Use it wisely as you don’t want your application becoming notorious for being a battery hog
[UIApplication sharedApplication].idleTimerDisabled = YES;
Happy iCoding!
Recently, I came across this post and fell in love with the idea of using XCode 4 snippets. Up until I read t
READ MOREAs most of you probably know, UITableView’s are incredibly useful and versatile views to be using in you
READ MOREIntroduction
In today’s post, we are going to be discussing view controllers. Let’s start by talk
Today I’m going to show you how to make a simple “Hello World” project on the iPhone. There
READ MOREFor this tutorial, we are going to discuss the basics of getting set up for developing on the iOS platform.
READ MOREIntroduction
In the age where Core Data is king, the database that started it all is often overlooked. I̵
Subclassing is something any object oriented programmer is pretty familiar with. Common examples would be that
READ MOREOften times you find yourself in a situation where you might want to control your application remotely. You m
READ MOREIn the recent months, I have had a few separate applications that required a “timeout”. What I me
READ MOREHello iCoders,
I have a quick tip today that I have been using in some of my development that you guys may fin
Welcome back to another update to the ELCImagePickerController. If you’re not familiar with this class I
READ MOREHave you ever looked at the enumerateObjectsUsingBlock method of NSArray and wondered how you might use that d
READ MOREIf you are like me and love using blocks over delegates, then these code snippets will come in handy. After le
READ MOREToday I’m going to show you how to make a static library for iOS. We will make a simple library and use
READ MOREI recently spent some  time with ELCImagePickerController.  For those of you who’ve worked with UI
READ MORE