Archive for December, 2008

Dec 30 2008

Date Formatters – Part 1

Published by under Cocoa

Sometimes all you’re really looking for is a basic chunk of code to get something done. For example, I was working on an application yesterday and needed to display the current date in text format: October 29, 2008. A simple concept for sure, however, with the many nuances of date formatters, it takes some time to pull together the “right” code.
Continue reading...

One response so far

Dec 23 2008

Xcode FIXME and TODO

Published by under Xcode

In a previous post I introduced how to use #pragma mark to help navigate source files within Xcode. There are several additional tags that can be used within a source file to call out specific code or content.
Continue reading...

6 responses so far