How set size NSWindow, relative NSTextField height?
How to set size of NSWindow relatively to the height of NSTextField ?开发者_C百科
There is NSButton in my application. When it is pushed NSTextField is loaded with the new text from web service. So that means that the height of NSTextField is always dynamic.
精彩评论