-
Notifications
You must be signed in to change notification settings - Fork 224
小窗模式
fengxing edited this page Sep 21, 2018
·
2 revisions
小窗模式模式可以在App悬浮播放
SuperPlayerWindowShared.superPlayer = _playerView; // 设置小窗显示的播放器
SuperPlayerWindowShared.backController = self; // 设置返回的view controller
[SuperPlayerWindowShared show]; // 悬浮显示
小窗显示默认有关闭按钮,单击返回设置的view controller。
主动关闭小窗
[SuperPlayerWindowShared hide];
SuperPlayerWindowShared.superPlayer = nil; // 不需要再显示最好设为nil