How to change color for overlay view behind presented UIMenu?

35 Views Asked by At

This is how it simply look like:

enter image description here

and I would like to set opaque black color for behing view when UIMenu is presented. Is it possible?

I simply do it like this:

let menu = UIMenu(title: "") // shortened
addButton.menu = menu
0

There are 0 best solutions below