I have the following popover in my app:
But I want it to look like this edited image (note that even the arrow has a border):
Is this possible nowadays? I already tried the following inside the UIViewController:
self.view.layer.borderColor = UIColor.white.cgColor
self.view.layer.borderWidth = 2
But that doesn't work for the arrow. Is there any turn around on this?




