Tags
ads Afternoon Apps Android annoying app store submission blocks book review Chromebook ChromeOS Cocoa code conversion Dropbox example farp FiveFingers framework GCD Grand Central Dispatch imgur iPhone iPhone SDK jobs location services longboarding Minecraft mturk objc php retina display SC2 smartphone wars swlansing thoughtback tigerblood time tipping Tony Hawk UIBarButtonItem UISegmentedControl uploader URL shortening UX waitress winningGotta Pay The Bills
My Tweets
- No public Twitter messages.
Meta
Tag Archives: iPhone SDK
Afternoon Apps: Captionator
A couple weeks ago, a friend of mine showed me the app I’d Cap That. After making some hilarious pictures, and after a few drinks, I made the claim that I could probably clone the app in a couple of … Continue reading
Afternoon Apps: Descrumbled
At events like Startup Weekend, you try to build an idea in a weekend. I wanted to see if I could do something even faster. So I bring you Afternoon Apps, where I build an app in a single afternoon. … Continue reading
Making your iPhone app look great on an iPad
Running an iPhone app on an iPad isn’t the best experience. It doesn’t use the iPad keyboard and everything looks very pixelated. Ideally, you would build an iPad version of your app, but that’s not always worthwhile. The iPad is … Continue reading
Building a static library that works on the iPhone and the simulator
Apple’s iPhone simulator runs really smooth and fast. This is because they aren’t emulating the ARM code on your Mac, they’re actually building x86 binaries that will run in the simulator. Because of this, code written for the iPhone needs … Continue reading
How to change the color of UIBarButtonItem on iOS 5
My most popular blog post is how to change the color of a UIBarButtonItem. It’s something that lots of people want to do, but it involved some pretty weird hacks to get it working. Now that iOS 5 is out, … Continue reading
How to launch your Mac/iOS app with a custom URL
One interesting feature of iOS and Mac apps is the ability for them to be launched by a custom URL. What this means is that you can set up your app to respond to different links in different ways. Clicking … Continue reading
What I learned from working with my first client
A few months ago I was contacted by a friend of a friend on Facebook who owns a local creative marketing agency. He knew I had made the Thoughtback iPhone app and was wondering if I’d be interested in doing … Continue reading
Simple imgur iPhone Uploader
Recently I’ve been toying with the idea of adding image uploading to Thoughtback. One easy way to do that is to use another image host and just post a link in the thought. I decided to try out imgur because … Continue reading
How to use a high res application icon on the iPhone 4
One of the iPhone 4’s coolest feature is the retina display. It is just so much more clear and crisp than any other screen I’ve ever seen. The clarity of the screen makes it extra important for you to use … Continue reading
Posted in Uncategorized
Tagged app store submission, code, iPhone SDK, objc, retina display
Leave a comment