mariofischer + cocoa   34

CocoaDev: IFVerticallyExpandingTextField
NSTextView *utilityTextView = [[NSTextView alloc] initWithFrame:[self frame]];
[utilityTextView setString:[self stringValue]];
[[utilityTextView layoutManager] glyphRangeForTextContainer:[utilityTextView textContainer]]; // force layout
CGFlo
cocoa  objc  tips  development 
april 2011 by mariofischer

Copy this bookmark:



description:


tags: