iOS Player SDK
Last updated
Was this helpful?
Last updated
Was this helpful?
UZPlayer is a framework allows you to play video with fully customizable controls.
Link to the Source code here:
UZPlayer requires Swift 4.2+ and iOS 9+
To integrate UZPlayer into your Xcode project using , specify it in your Podfile
:
Then run the following command:
You might have to add these lines to Info.plist
to disable App Transport Security (ATS) to be able to play video:
UizaPlayer currently has 7 built-in themes:
You can also create your custom end screen by subclassing UZEndscreenView
, then set an instance to player.controlView.endscreenView
Then present using this code:
You can create your own custom theme by creating a class inheriting from following this template:
You can create player with "drag down to floating mode" like Facebook or Youtube, by subclassing , then you can add more UI for displaying video details and add them to detailsContainerView
See
For API details, check
If developing using Xcode 10 and targeting iOS devices running iOS 12 or higher, the "Access WiFi Information" capability is required in order to discover and connect to Cast devices
UZPlayer is released under the BSD license. See for details.