Tag Archives: Cocoa

Heating up with HotCocoa Part II

Welcome back. In part I we created a basic HotCocoa application and took a look at the created files and some of their workings. In part II we’re going get our UI laid out and hooked up. We’ll be creating … Continue reading

Posted in Computers, Programming | Tagged , , | 1 Comment

Heating up with HotCocoa Part I

I’ve had my eye on giving HotCocoa a test run for a while now. Other things have conspired to come up over the last few months so I haven’t had a chance to give it a spin. That is, until … Continue reading

Posted in Computers, Programming | Tagged , , | Leave a comment

iPhone Memory Leaks Tutorial

Owen, of Streaming Colour Studios, has posted an excellent article on Tracking iPhone Memory Leaks. If you’re doing any iPhone development I’d suggesting taking a look. Especially if, like me, you’ve looked at the Instruments interface, poked a few buttons, … Continue reading

Posted in Computers, Programming | Tagged , | 1 Comment

The first day of Reckoning

I’ve been poking at Cocoa development for quite a while now. That said, I haven’t finished anything I’ve started as of yet. I start a lot of things and then move to something else. Stacy thinks I have a problem. … Continue reading

Posted in Computers, Programming | Tagged , | Leave a comment

Cocoa, Core Animation, Text Size, a Lost 2 Hours

So, as you can tell by the title I’ve been struggling with a font size issue when working for Core Animation. I’ve been trying to call [NSFont boldSystemFontOfSize:144.0f] to get a font of a given size and then setting it … Continue reading

Posted in Programming | Tagged , | Leave a comment