NSTextField Vertical alignment

后端 未结 3 2047
忘掉有多难
忘掉有多难 2021-01-03 22:37

I am creating cocoa app in which i created NSTextField programmatically like this,

NSView *superView = [[NSView alloc] initWithFrame:NSMakeRec         


        
3条回答
  •  迷失自我
    2021-01-03 23:13

    override ViewWillDraw and position your NSTextField in the center of its parent view at this point. This works with live resizing as well. You can also adjust font size at this point to find a font which fits the new size.

提交回复
热议问题