qingmang-for-mac icon indicating copy to clipboard operation
qingmang-for-mac copied to clipboard

能不能禁止NSSplitView左右拖动?

Open jydemo opened this issue 7 years ago • 2 comments

jydemo avatar Aug 22 '17 07:08 jydemo

实现NSSplitView的一个代理方法即可 //禁止拖动分隔条 override func splitView(_ ofDividerAtsplitView: NSSplitView, effectiveRect proposedEffectiveRect: NSRect, forDrawnRect drawnRect: NSRect, ofDividerAt dividerIndex: Int) -> NSRect { return NSRect.zero }

jydemo avatar Aug 23 '17 11:08 jydemo

谢谢,已更新。

zhihaozhang avatar Aug 23 '17 13:08 zhihaozhang