Tag Archives: cocoa

NSBackgroundStyleRaised Rx

I was having quite a bit of trouble getting NSBackgroundStyleRaised to work on my NSView subclass’s label, creating the NSTextField programmatically. I tried fiddling with the background color, I tried disabling my drawRect:. Really hard. The strange thing was that … Continue reading

Posted in Programming | Tagged | Leave a comment

Editing a UITableView: The Animated Insert Row

This post originally appeared on my Incomplete Labs blog on September 2nd, 2009. An iPhone app I’m working on has your traditional table view with an edit button in the upper right. I wanted an “Add New Item” row to … Continue reading

Posted in Programming | Tagged , , | 5 Comments