PIP position is not correct
Closed this issue · 2 comments
yatindma commented
I am using PIPKit for Video call in PIP mode but some part of the PIPView is going down the screen.
Kofktu commented
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
yatindma commented
Thanks a lot