KUIPopOver icon indicating copy to clipboard operation
KUIPopOver copied to clipboard

Transparent background for popover

Open collramiro opened this issue 4 years ago • 1 comments

Hey! Quick question, do you know how can I set a semi transparent background to the popover?

I need to accomplish something like this.

Screen Shot 2020-03-27 at 16 33 21

Thanks!

collramiro avatar Mar 27 '20 19:03 collramiro

@collramiro

public protocol KUIPopOverUsable {
    var popOverBackgroundColor: UIColor? {get }
}

When you specify the background color, do you want to apply the alpha value properly?

Kofktu avatar Mar 28 '20 09:03 Kofktu