I'm trying to use a UIBarButtonItem with a customView in catalyst. I'd like a UIMenu to show on a single left click. This works without a customView, but with a customView the menu no longer displays. If I use a UIButton as the customView and attach a menu to it then it only displays on right click.
Any idea how to have a customView and a UIMenu showing on a single left click?
Any idea how to have a customView and a UIMenu showing on a single left click?