I just discovered the NSRect helper functions in NSGeometry.h (i.e. NSMidX, NSMaxX, etc...)
These would have made some repetitive coding much easier. I knew about NSMak
I've found NSStringFrom*() helpful when logging structs like CGRect, CGPoint, etc.
You can find a comprehensive overview at Apple's Foundation Functions Reference (Wayback Machine link).