Skip to content

Commit

Permalink
升级1.2.3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
JmoVxia committed Jun 8, 2018
1 parent 6bf1328 commit 2254143
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CLPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CLPlayer'
s.version = '1.2.2'
s.version = '1.2.3'
s.summary = 'AVPlayer定制的视频播放器'
s.homepage = 'https://github.com/JmoVxia/CLPlayer'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion CLPlayer/CLPlayerView.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ @interface CLPlayerView ()<CLPlayerMaskViewDelegate,UIGestureRecognizerDelegate>
@property (nonatomic, copy) NSString *fillMode;
/**状态栏*/
@property (nonatomic, strong) UIView *statusBar;
/**全屏标记*/
/**是否是全屏*/
@property (nonatomic, assign) BOOL isFullScreen;
/**工具条隐藏标记*/
@property (nonatomic, assign) BOOL isDisappear;
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions CLPlayerDemo/CLViewController2.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ - (void)viewDidLoad {
[self.view addSubview:_playerView];
//全屏是否隐藏状态栏,默认一直不隐藏
_playerView.fullStatusBarHiddenType = FullStatusBarHiddenFollowToolBar;
//后台返回是否继续播放
_playerView.backPlay = NO;
//转子颜色
_playerView.strokeColor = [UIColor redColor];
Expand Down

0 comments on commit 2254143

Please sign in to comment.