1
3iPhones2
blogscreenshot

Flickr Gallery PRO

“Flickr Gallery PRO – almost certainly the best Flickr photo app in the world”. This is my latest iPad app. It connects to 6 billion+ photos and videos on Flickr. This app is packed with features and I’m still working on more. I’ve been interested in Flickr for a long time and I produced an [...]

Stats for Flurry

I use Flurry Analytics to monitor my iOS app statistics. So I decided to write an iPhone app that hooks up to Flurry’s API to access app stats. Go to the dedicated site to view all features… http://flurrystats.devedup.com/ Or go straight to the app store and download it now!

Flickr Gallery

Flickr Gallery – this is/was my first iPad app! I had a few motivations for creating this. Firstly, I’d just started as a professional app developer, and I needed to create some apps of my own for my portfolio and secondly I love Flickr, and I always wanted to do something with the Flickr API! I downloaded [...]

Recent Work

1
3iPhones2
blogscreenshot

From the Blog

Sep
08
Posted by admin on September 8th, 2011 at 11:58 am

CodeSign error: Code Signing Identity ‘iPhone Distribution: XXXXX’ does not match any code-signing certificate in your keychain. I’ve been getting this intermittent issue from our Bamboo build server, which builds our iOS project using xcodebuild. It seems to resolve itself after a restart of the mac, however.. a few builds later and it fails again. [...]

Jun
18
Posted by admin on June 18th, 2011 at 5:30 pm

Flickr Gallery turns your iPad into a digital photo frame using photos from one of the biggest photo hosting sites on the net. Flickr hosts more than 5 billion images and you can access these from Flickr Gallery. NO FLICKR ACCOUNT NECESSARY You don’t need an account with Flickr, as Flickr Gallery will display todays [...]

UITextView has square edges, and looks ugly compared to a UITextField! Unfortunately, there isn’t an option to give the UITextView a nice border. There are various ways to do this, such as creating your own background image for the UITextView, but I have found a relatively easy way to do it – and one that [...]

When you develop forms or any screens with input fields, occasionally the inputs will be obscured by the keyboard when it appears. This is bad usability for the user who now has to input data without being able to see what they have typed! One solution is to slide the whole view so that the [...]

UPDATE: iOS 4.1 Now has this behaviour built into the SDK. You can set your keyboard type to be UIKeyboardTypeDecimalPad ! Finally ! Of the various keyboards you can choose when developing iPhone apps, the number pad doesn’t come with a decimal point. There is a blank button in the bottom left corner that doesn’t [...]

Doing some iPhone development and this error really caught me out for a while: It’s seemed fairly cryptic at the time. I had created a Tab Bar Controller and for each tab button, i hadn’t set its class identity – so each tab was still declared as a UIViewController instead of the actual Controller class [...]