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.
我有一个拆分视图控制器。我使一切正常,但只有一件事:
用户可以拖动中心栏来调整底部视图的大小。
我一直在摆弄故事板一段时间,但没有找到禁用它的方法。
有没有办法防止它像上图那样移动?谢谢。
你的图片坏了,但我猜你需要什么
override func splitView(_ splitView: NSSplitView, effectiveRect proposedEffectiveRect: NSRect, forDrawnRect drawnRect: NSRect, ofDividerAt dividerIndex: Int) -> NSRect { return NSZeroRect }