Archive for February, 2009
A Current of Cocoa Code: Formatting a NSTextField
Wednesday, February 11th, 2009 | Code Tutorial | Comments Off
I’m starting a new series here: small Cocoa code examples. It will mostly cover cocoa problems that I could not find online; one I had to figure out. The first one is formatting of a NSTextField. In SMART Utility, I needed the user to enter a number for the maximum count of bad sectors that would trigger an error. Searching Google led no where. So I came up with the following code. › Continue reading