Git stash to store frequently used edits
We work on a couple of projects that require specific changes to test a particular configuration, for example to test against a local server. We generally put this kind of configuration into a plist file and create a target that builds using that plist. Sometimes, however, that’s not convenient–for example, there may be several different […]
Symbolicating (mostly) fixed in Xcode 4.1
I previously posted why Xcode 4’s symbolication is broken, along with a patched script that fixes it. As of Xcode 4.1, Apple has fixed the problems in the symbolicatecrash script, though I’ve found that it still often does not symbolicate correctly. Here are the most common problems (and solutions) I’ve come across:
Verbally 2.0 is live
After a few months in the app store and lots of great feedback, we’re excited to announce that Verbally 2.0 is available, including an in-app purchase to unlock Verbally Premium. Designed for people who use Verbally as an everyday communication aid, Verbally Premium includes several useful improvements.
Using fractional pixels to position UIImageViews
When centering content vertically and/or horizontally in a view, I often use a simple formula to calculate the x/y values for the content’s frame: image.frame.origin.y = (container.frame.size.height – image.frame.size.height)/2 The problem with using this formula for UIImageViews is that, if one or more of the dimensions is an odd value, the result will be […]
Factotum is now Two Bit Labs
I’ve joined forces with my good friend and colleague Todd Huss to form Two Bit Labs, and to keep things manageable I’ve migrated all of my blog posts over to our new site. If you followed the old feed, it will redirect here, so you should continue to get updates on the new blog without […]
iKu 1.2: see who’s following you
I’m happy to announce that iKu 1.2 was released to the app store today. This update includes some performance enhancements and improvements to the experience of following other authors. The two most frequent questions we get from iKu authors are “How do I stop following someone” and “How can I see who’s following me”. Before […]
Verbally in the iPad App Store
For the past few months I’ve been working with Intuary on a new iPad app aimed at people who’ve lost the ability to speak. Verbally went live last week and had a spectacular first couple of weeks, with nearly 4,000 downloads and counting. It’s in the top-10 free medical apps in several countries (including the […]
Some great UIColor resources
I’ve recently come across some nice resources for working with UIColors. Developer Color Picker Developer Color Picker is a color picker built for, you guessed it, Objective-C developers. Just install it in ~/Library/ColorPickers and it will appear in any application when you pull up the color picker. You can switch between RGB and HSB sliders […]
iKu hits 1000
This week, iKu was downloaded for the 1000th time from the app store. It’s been exciting to be a part of so many people’s creative life, and I look forward to seeing the community continue to grow. Here are a few stats on usage so far. iKu by the numbers iKu has been downloaded 1,032 […]