Archive for category: xCode


I’ve not used Windows for 2 months!

4 September, 2008 (21:40) | Apple, OSX, agile development, iMac, iPhone, xCode | By: Niels Hansen

For the first time I can think of I’ve been able to develop and do everything for work on my Mac. This is actually quiet amazing and I hope I don’t have to go back anytime soon.
Having the privilege of doing all my development in xCode and not in Visual Studio has been a [...]

How to Change the text Color of a NSButton in Objective-C

10 July, 2008 (23:44) | Apple, Objective-C, internet explorer, xCode, xna, youtube | By: Niels Hansen

One of the things that I need to do is simply change the text of a NSButton (or NSButtonCell) to a different color.  No problem I thought. I can easily do this in any language since I started developing Windows 3.1 Applications.
Boy was I wrong. There is no simple way to do it.   
Before the [...]