iPhone Development – Reverse Geocoding
A rather nifty new feature of the iPhone SDK is the ability to reverse geocode a location. Some of you may be wondering what normal geocoding is! Well, geocoding is turning an address into a latitude...
View ArticleiPhone Development – XCode quirks, bugs and provisioning problems
Although XCode is not the worst IDE in the world, it is definitely buggy. Countless times I have come up against a bug, almost always to do with provisioning profiles, build failures or sync issues...
View ArticleiPhone Development – Gradient background UIViews
Here’s a neat little tip I’ve found can spruce up your applications easily. It’s very easy to create a UIView with a solid background colour, but in our new rainbow coloured Web 2.0 shiny iPhone world,...
View ArticleiPhone – Error launching program: Failed to get the task for process XXXX.
Just a small tip here, occasionally when right in the middle of development I’ve come across this crazy looking error: Error launching program: Failed to get the task for process XXXX. The program...
View Article