Commit f195ace886207c05261799c44c3d114948507493
1 parent
98d968c3
no message
Showing
1 changed file
with
2 additions
and
1 deletions
Example/CNLivePlayer/CNLiveAppDelegate.m
| ... | ... | @@ -14,7 +14,8 @@ |
| 14 | 14 | #define CNLivePlayer_BundleID @"com.cnlive.video" |
| 15 | 15 | |
| 16 | 16 | @implementation CNLiveAppDelegate |
| 17 | -- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable UIWindow *)window{ | |
| 17 | +- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable UIWindow *)window | |
| 18 | +{ | |
| 18 | 19 | return UIInterfaceOrientationMaskAll; |
| 19 | 20 | } |
| 20 | 21 | ... | ... |