Results 27 comments of Taeun Kim

@marcoserafini2 Can you tell me which url you can test?

@marcoserafini2 To check an issue, you need a URL with the same error. Please let me know if there are any URLs that have the same symptoms in your public...

@KittenYang Version 1.0.2 released. Would you like to test it?

`PIPKit.isAVKitPIPSupported` or `AVPIPKitUsable` Protocol instead of `PIPUsable` if you want use `exitPublisher: AnyPublisher` `AVPIPUIKitUsable` Protocol instead of `AVPIPKitUsable` plz read the [AVPIPKitUsable](https://github.com/Kofktu/PIPKit#avpipkitusable) agian

`PIPUsable` != `AVPIPKitUsable` `PIPUsable` is only in app with UIViewController `AVPIPKitUsable` is Picture in Picutre in iOS(Apple's AVKit.framework)

@niteshvaishnani In this case, you can use `AVPIPKitUsable`

@wdcurry When calling the UIViewController's presenter, pass completion to the parameter. It's the same as the iOS system.

@furiosFast Welcome to PR!!! ^-^

@collramiro ```swift public protocol KUIPopOverUsable { var popOverBackgroundColor: UIColor? {get } } ``` When you specify the background color, do you want to apply the alpha value properly?