Bleacher Report wins Hashtag Sports Award for best app!
Congratulations to our client Bleacher Report for winning the 2022 Hashtag Sports Award for best app and mobile experience:
Bleacher Report wins Webby for best sports app again!
Congratulations to our client Bleacher Report for winning the 2019 Webby Award for best sports app and mobile site!
Mend makes Apple’s Best of 2018
Congratulations to our client Mend for being selected by Apple as one of the best apps of 2018!
Bleacher Report wins Webby for best sports app
Congratulations to our client Bleacher Report for winning the 2018 Webby Award for best sports app and mobile site!
Mend featured in the app store
Congratulations to our client Mend for being featured as Apple’s app of the day!
Frame geometry macros to improve your UIKit code
I find myself doing more and more dynamic UI layout in iOS apps these days. When elements of a UI need to resize to fit their contents, or move to accommodate other elements, the layout code can get complex and verbose. We’ve developed a set of Objective-C UIKit macros that help make this code more […]
GSM 0338 encoding for SMS
Here’s a little Objective-C helper class we wrote to make it easier to convert NSString’s to GSM 03.38 encoding on the iPhone, iPad, or Mac: Handles stripping out characters not included in the GSM0338 character set Calculates the length of a GSM 0338 string (e.g. ^,[,|,etc each require 14 bits instead of 7 Gives you […]
Kickstart your apps with the iOS Xcode Starter Project
We created the iOS Xcode Starter Project to make it quick and easy to start a new iPhone or iPad app. Our goal was to create a template to save the hours of effort it takes on a new project configuring essential open source libraries, the unit and functional testing environments, analytics, multiple targets, multiple […]
The reviews are in!
So be honest: What’s your answer to the question “Do you enjoy reading the latest app store reviews for your app?” (a) “Our users are so smart, kind, and thoughtful that I relish the chance to read their pearls of wisdom.” (b) “Unless they’re written on the bottom of a pint glass, no.” (c) “I’d […]