Popover icon indicating copy to clipboard operation
Popover copied to clipboard

Arrow not showing

Open ogezue opened this issue 7 years ago • 0 comments

Here is how I use your lib:

 private func showPopup(){
        
        let controller = PopoverController(items: popoverOptions(), fromView: stateImageView, direction: .up, style: .withImage)
        controller.coverColor = UIColor.darkGray
        controller.textColor = UIColor.white
        popover(controller)
    }

Unfortunately the error doesn't show up. Any idea what causes this? I'm using 3.0.1

bildschirmfoto 2018-08-08 um 09 47 26

ogezue avatar Jul 04 '18 13:07 ogezue