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.
是否可以添加按钮,或者在 NSSplitter 的句柄内绘制?
我不仅想像在 XCode 中那样绘制控件(有关错误处理,请参见第二张图片);我还想向拆分视图添加功能。例如,在这种情况下,我希望双箭头交换两个视图。
子类化NSSplitView和覆盖drawDividerInRect:并dividerThickness创建您想要的错觉,并adjustSubviews重新定位您放置在同一位置的任何自定义可点击视图。
NSSplitView
drawDividerInRect:
dividerThickness
adjustSubviews