Tags

Monthly Archives: October 2009

Updating the UISearchBar programmatically

Posted by Nick in tutorial

Today I had to update WelliBUS’s search bar programmatically because I needed to use the street picked up via GPS as my street name. Until this point implementing the search bar seemed easy: adopt a couple of protocols: UISearchDisplayDelegate and … Continue reading

JSON Framework — Potential Null Dereference

Posted by Nick in Uncategorized

If you are using json-framework as your preferred iPhone / Cocoa Touch JSON framework then you might find that the SBJSON.m is not necessarily perfect. Don’t get me wrong, it is an awesome utility and it has saved me heaps … Continue reading

Urban Airship – Push Notifications

Posted by Nick in REST

Today I have finally added Push Notifications to Parcel Trackr. I decided not to waste time and I went for Urban Airship. I registered, uploaded my push certificate, downloaded the sample and integrated the two systems. Not everything went smoothly … Continue reading