1

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

ovm
  • 2,452
  • 3
  • 28
  • 51

1 Answers1

0

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.

NSResponder
  • 16,861
  • 7
  • 32
  • 46