Mac Style Button? Dropdown ToolbarButton?

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?

Answered by J0hn in 618893022
This is now available in iOS14 and Big Sur.
Accepted Answer
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.
Mac Style Button? Dropdown ToolbarButton?
 
 
Q