Commit 938472cab6786786e142e2472672b031a4edfc5d

Authored by zhangxiaowen
1 parent f195ace8

no message

Example/CNLivePlayer/CNLiveAppDelegate.m
... ... @@ -23,7 +23,6 @@
23 23 {
24 24 // Override point for customization after application launch.
25 25 [CNLivePlayerManager setAppId:CNLivePlayer_AppId appKey:CNLivePlayer_AppKey isTestEnvironment:YES];
26   -
27 26 return YES;
28 27 }
29 28  
... ...
Example/CNLivePlayer/CNLiveViewController.m
... ... @@ -46,10 +46,12 @@
46 46 [self.view addSubview:label];
47 47  
48 48 }
  49 +
49 50 - (void)btnDidClicked1{
50 51 [self presentViewController:[CNLivePlayerController new] animated:YES completion:nil];
51 52  
52 53 }
  54 +
53 55 - (void)btnDidClicked2{
54 56 [self presentViewController:[CNLiveStreamerController new] animated:YES completion:nil];
55 57  
... ...