What Cocoa/Core Foundation helper functions do you wish you knew about 2 years ago?
Posted
by Mark Thalman
on Stack Overflow
See other posts from Stack Overflow
or by Mark Thalman
Published on 2009-02-03T21:05:29Z
Indexed on
2010/06/06
8:42 UTC
Read the original article
Hit count: 167
objective-c
|cocoa
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 NSMakeRect, NSMouseInRect, NSOffsetRect and many others but somehow missed the functions that aid in recalculating NSRect geometry.
© Stack Overflow or respective owner