Commit 4220d3932d2d7bc4a9b5faf4c26f05733df1c70c
1 parent
d37f8203
no message
Showing
1 changed file
with
0 additions
and
1 deletions
Example/CNLivePlayer/CNLiveViewController.m
| ... | ... | @@ -61,7 +61,6 @@ |
| 61 | 61 | } |
| 62 | 62 | - (void)btnDidClicked{ |
| 63 | 63 | [_player setPlayerWithContentId:@"82_c8ff347048414b7295cef882f8361073" type:CNLivePlayerVod authSuccess:^{ |
| 64 | - | |
| 65 | 64 | _player.view.frame = CGRectMake(0, 0, [UIScreen mainScreen].bounds.size.width, [UIScreen mainScreen].bounds.size.width*9/16.0); |
| 66 | 65 | [_player prepareToPlay]; |
| 67 | 66 | ... | ... |