Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可可菜鸟在这里。我正在使用NSTextField, 并且正在使用CALayer它来设置边框的样式。
NSTextField
CALayer
它看起来像这样:
我的问题是:如何定位输入文本实际开始的位置?我希望能够将它从左侧和顶部推过去一点。
谢谢!
你不能通过创建一个NSView容器来解决这个问题吗?所以它看起来有点像这样:NSView带CALayer边框和NSTextField内部。
NSView
你明白吗?