I am developing a cocoa application. It contains a toolbar having some feature buttons. Just like Reeder.
I want to resize the toolbar section while resizing the split view. Something works like below. How to implement this kind of feature?
Any one can help me or give some suggestions will be appreciated.
I am developing with XCode7, Swift and Storyboard.
Obviously there isn't any way to add a splitView to the toolbar itself and i suspect what we see in reeder is not a standard toolbar. In anycase to get this, i did the following