如何将自定义视图添加到 NSSplitView 分隔线
将自定义视图添加到 NSSplitView 分隔线的首选方法是什么?
XCode 使用分隔线来分隔 CodeView 和 Debug-OutputView,如何将自定义控件/视图添加到分隔线?我是否必须自己创建视图并处理拖动操作,或者是否可以自定义分隔线?
谢谢
What is the preferred approach to add custom views to the divider of a NSSplitView?
Taken the divider XCode uses to separate the CodeView and the Debug-OutputView, how do i add custom controls / views to the divider? Do i have to create a view and handle the drag operations myself or is it possible to customize the divider?
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为 Xcode 将子视图添加到分隔栏本身,它们只是将它们设置为保持附加到其超级视图的顶部边缘。
I don't think Xcode adds subviews to the divider bar itself, they just set them to stay attached to the top edge of their superview.