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!
Bleacher Report eclipses ESPN as the top Sports app
Congratulations to our client Bleacher Report for unseating ESPN as the top free Sports app in the app store charts!
ModCloth’s Fit for Me launch covered by CNet
Huge congratulations to our client ModCloth on launching Fit for Me!
Objective-C Singleton Pattern Updated For Testability
At Two Bit Labs we do a fair amount of unit testing. In places where we use singletons we use a variation on the the Objective-C dispatch_once pattern of thread safe singleton creation. This variation supports resetting the singleton or replacing it with a mock object. That way in our unit tests we can do […]
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 […]