Skip to content

Commit

Permalink
Update SJUITableViewDemoViewController9.m
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Dec 10, 2020
1 parent 0d7ccfd commit 2ec771e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ - (void)coverItemWasTapped:(SJVideoTableViewCell *)cell {
// 开启小浮窗(当播放器视图滑动消失时, 显示小浮窗视图)
_player.floatSmallViewController.enabled = YES;
// 自定义浮窗的初始位置
_player.floatSmallViewController.layoutPosition = SJFloatViewLayoutPositionBottomRight;
// _player.floatSmallViewController.layoutPosition = SJFloatViewLayoutPositionBottomRight;

__weak typeof(self) _self = self;
// 单击小浮窗时的回调
Expand Down

0 comments on commit 2ec771e

Please sign in to comment.