So, am I going crazy or are these fundamentals missing from Catalyst?
Is there a means to make a UIButton in a UIView get styled to look like a default rounded macOS button? Even choosing style "system" does not seem to adapt to mac.
Is there a way to have a dropdown ToolbarItem, or is it only single button UIBarButtonItems?
Mac Style Button? Dropdown ToolbarButton?
This is now available in iOS14 and Big Sur.
Selecting the Mac idiom (“Optimize Interface for Mac”) for your app’s target will make UIButtons appear Mac-like in Big Sur.
To add a drop down menu button on the window toolbar, instantiate a NSMenuToolbarItem.
To add a drop down menu button on the window toolbar, instantiate a NSMenuToolbarItem.