UZPlayerTheme
public protocol UZPlayerTheme: class
Undocumented
-
Undocumented
Declaration
Swift
var controlView: UZPlayerControlView? -
Undocumented
Declaration
Swift
func updateUI() -
Undocumented
Declaration
Swift
func update(withResource: UZPlayerResource?, video: UZVideoItem?, playlist: [UZVideoItem]?) -
Undocumented
Declaration
Swift
func layoutControls(rect: CGRect) -
Undocumented
Declaration
Swift
func cleanUI() -
Undocumented
Declaration
Swift
func allButtons() -> [UIButton] -
Undocumented
Declaration
Swift
func showLoader() -
Undocumented
Declaration
Swift
func hideLoader()
UZPlayerTheme Protocol Reference