Tag Archives: Cocoa
Key-Value Observing Done Right (again)
Mike Ash posted a great article about problems with Cocoa’s Key Value Observing and provided a better set of classes to work with KVO: MAKVONotificationCenter. I’ve been using Mike’s code in various projects over the last few months and am … Continue reading
TouchMap
I was going to make a more in-depth posting about TouchMap, but then something kind of big happened. The code is however in the TouchCode google code repository. So have at it. (You’ll probably want to check out all of … Continue reading
TouchMap Teaser
A quick teaser for TouchMap. I’m hoping to release this on TouchCode later today. TouchMap.mov
R.I.P Toxic Progress Indicator
Thanks to Matt Gemmell for pointing out that Apple has finally provided a pie chart style NSProgressIndicator for the circular/determinate modes. This style is new to Leopard. This means my Toxic Progress Indicator class can be retired, at least for … Continue reading
SpaceNavigator controlled Lego Mindstorms NXT
It’s my second year of coaching a First Lego League team. The experience has been fantastic, I’m teaching 4th and 5th grade children about robots and computers, and teaching them to build and program their own robots. This year the … Continue reading
‘Discrete’ NSLevelIndicatorCell too slow
I recently needed to embed the ‘Discrete’ variant of the NSLevelIndicatorCell into an NSTableView. The discrete cell looks like this: Unfortunately adding the cell caused drawing of the table’s window to slow to crawl. The spinning beachball of death would … Continue reading
