There are times when you have exceptions raised in Xcode, but it breaks at UIApplicationMain in main(), and without giving you clues on where the error comes from.
There is a way to show more helpful debugging info.
Basically you need to set [...]
There are times when you have exceptions raised in Xcode, but it breaks at UIApplicationMain in main(), and without giving you clues on where the error comes from.
There is a way to show more helpful debugging info.
Basically you need to set [...]
The Home button got to be the most problematic hardware on the iPhone.
Recently, my iPhone 4 Home button started to respond slower. I either have to press multiple times, or press harder.. If you faced the same problem, you are [...]
You have probably heard about iOS 5 from the recent Apple’s WWDC keynote. It includes 200 new features – iMessage, Notification Center, twitter integration, Reminders, taking pictures with volume key, etc..
But you have to wait until Fall of 2011 to [...]
It was recently revealed by 2 researchers that iPhone is secretly tracking where you go!
Download this Mac app, iPhone Tracker, which will read a file stored on your Mac when you sync your iPhone. Download it here, unzip and simply [...]
App Store reviews play a very important role in a customer’s decision to download an app.
As such, it is very common for the developers to write “reviews” for themselves.
I was prompted to write this article when @mugunthkumar mentioned “the reviews [...]
This post is for iPhone developers who need to send pre-released apps to (beta) testers.
For a long time since iOS development began, whenever developers need to send a pre-released app, testers need to go through a tedious process to install [...]
Update: The app encountered glitches with many stations not being able to play. App is taken down until this is fixed.
SG Radio is (finally) released! It took a long 2 months before it is finally approved by Apple.
There were some [...]
SG Toto has been updated to version 2, after a long 1 year!
The last update (version 1.0.8) was 1 year ago, and it was just a minor fix. In fact, nothing much has changed since it was released 2 [...]
One of the UI component that I like in Android is the Toast Notification. It is subtle, non-intrusive and fades away automatically. You simply call:
Toast.makeText(context, “Hello Toaster (:”, 5).show();
iPhone does not have an equivalent. It does have an Alert, but [...]
Juzz4 is an iPhone app I have developed with KAI Square which connects and streams from IP cameras.
There are many awesome features from the app, and these are few that I particularly like:
MJPEG streaming
Multiple JPEG snapshot streaming
Stream up [...]