Releases: aplr/Richi
Releases · aplr/Richi
Richi 1.1.0
Richi 1.0.5
Richi 1.0.4
Richi 1.0.3
Add public videoSize
property to VideoPlayer view, which returns the size of the currently loaded player item. If no asset was loaded or the player item's metadata is not loaded yet, CGSize.zero
will be returned.
Also, KVO was added to AVPlayerItem.presentationSize
, which notifies the delegate using player(_:didChangeVideoSize:)
about the video size change as early as possible.