fix(ios, pip) make initialPositionInSuperView property public

This commit is contained in:
Alex Bumbu 2022-06-08 13:14:30 +03:00 committed by Saúl Ibarra Corretgé
parent 9060bebca9
commit 7895abb9ea
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class PiPViewCoordinator {
}
}
private let initialPositionInSuperView: Position = .lowerRightCorner
public let initialPositionInSuperView: Position = .lowerRightCorner
// Unused. Remove on the next major release.
@available(*, deprecated, message: "The PiP window size is now fixed to 150px.")