Search code examples
xcodeoperating-systemnssplitview

Placing the NSSplitView in the NSPageController and toggling the sidebar, the display is broken


PageViewController is placed in SplitViewController and TextView is turned into a page.
Consecutive switching will break the size of the pageview or TextView.
AutoResizingMask on all views in the story board.
Is there any way to solve this problem?

enter image description here

enter image description here

source https://github.com/llscsrl/SplitAndPage

Thank you.


Solution

  • I was able to solve the collapse of the display by setting the resizable horizontally.