Kofktu/PIPKit

PIP position is not correct

Closed this issue · 2 comments

I am using PIPKit for Video call in PIP mode but some part of the PIPView is going down the screen.

public enum PIPPosition {
    case topLeft
    case middleLeft
    case bottomLeft
    case topRight
    case middleRight
    case bottomRight
}

public protocol PIPUsable {
    var initialPosition: PIPPosition { get }
}

PIPUsable Protocol's use initialPosition
Example

Thanks a lot