Josip Bernat

Results 7 comments of Josip Bernat

I am also facing this problem on 4.0+ but on 3.6 works normally.

I believe you need to update CocoaPods because current release (0.4) isn't compatible with Swift 5.

The code snipped from documentation doesn't work on Xcode 14 but following does: ``` Drawer(heights: .constant([100, 340])) { Color.blue }.edgesIgnoringSafeArea(.vertical) ```

Can anybody merge this please? Every time I make pod update I have to write @objc before this property. Thanks 👍

I was able to make popover transparent with blue border with this theme configuration. But my arrow was still white. Hope it helps even it's not blurred. ``` WYPopoverTheme *theme...