Matt Legend Gemmell Modesty is Lying

Mac OS X Cocoa and iPhone Development Services available at Instinctive Code.
Mac OS X Cocoa and iPhone Developer for hire

Other Pages

Categories

Posted
22 July 2008 @ 1pm

Categories
Tech

iPhone SMS Coping Strategies

I’ve had my iPhone 3G for a few days now, and I’m generally very impressed (of course). I’ve had one crash, but it’s generally acknowledged that the 2.0 firmware has some wrinkles to iron out, and I can live with that - I’m a developer myself, after all.
However, for all of the functionality and inventive, [...]


FolderSweep source code

Some new source code for you, this time from my esteemed colleague Rainer “RBSplitView” Brockerhoff, in collusion with myself. The code is called FolderSweep, and in a nutshell it shows you how to recursively traverse a folder-hierarchy really quickly (faster than using NSFileManager) and in a controlled way, optionally also memory-mapping the contents of files [...]


Setting the text color of an NSButton

I wrote a little category on NSButton tonight to allow getting/setting the color of the label text, e.g. on checkboxes and such. Handy for putting controls in HUD Windows, where you’ll usually want white text instead of the default black.
Since the code is so short, I decided to make it the inaugural entry on pastebuffer.com, [...]