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.
我NSTabView在可调整大小的窗口内的应用程序中使用。
NSTabView
选项卡的数量及其标题是可变的,因此我想确定顶部段控件的宽度。
我已经尝试添加选项卡项[item sizeOfLabel:FALSE],但似乎涉及额外的空间(返回值的总和小于实际宽度)。
[item sizeOfLabel:FALSE]
此外,frame项目view( [[item view] frame]) 的属性似乎具有任意大小。
frame
view
[[item view] frame]
有任何想法吗?