I tested some own design patterns but not satisfied because a bit complex compared to the task to achieve..
I have a playground, using pure C++ stuff without UI. At the bottom, I'd like to have only a basic button on which the user can click to show a menu (basically a view from a .xib)
I tried to do that with two view, one "calling" show/hide methods of the other... A mess, using tagged instances etc.
How would you achieve that without a toolbar which would take too much space on the screen ?
Many thanks for your advices and experiences.