I have a split window controller with sidebar as follows:
I want to be able to click on the pencil icon in the toolbar and another row of toolbar shows up, like the Preview app:
second row of toolbar in Preview app
Is there a straight forward way to do this via Xcode and I'm missing something simple?
I tried adding two toolbars in the one window but that did nothing. I would really appreciate some help :)
CodePudding user response:
Found the following tutorial that pretty much explains it in detail:
Under "Using Accessory View Controllers".
After days of searching I finally found the right resources (that's how its always like with Xamarin Mac lol)