CategoriesObjC
CategoriesObjC copied to clipboard
General-purpose categories of Cocoa classes.
Results
2
CategoriesObjC issues
Sort by
recently updated
recently updated
newest added
License?
3
I came here after seeing a reference to the NSString Geometrics category on StackOverflow (http://stackoverflow.com/questions/5518147/accurately-calculating-text-height-in-cocoa-for-mac-not-ios). It seems like it could be helpful in doing some dynamic resizing after displaying messages....
Thanks for sharing NS(Attributed)String+Geometrics. I downloaded the demo project and ran it on Mac OS X Lion. The height of text in NSTextView+NSScrollView is always correct, but the height of...