Explorar o código

版本升级维护

yyqxiaoyin %!s(int64=5) %!d(string=hai) anos
pai
achega
eeb7115e7d
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Example/MKRRadioManager/MKRViewController.m

+ 3 - 3
Example/MKRRadioManager/MKRViewController.m

@@ -43,9 +43,9 @@
 //    NSString *realString = [[urlString urlEncodeString] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
     NSURL *url = [NSURL URLWithString:string1];
     
-    self.player = [[MKRAVPlayer alloc]initWithContentURL:url];
-    self.player.shouldAutoPlay = YES;
-    [self.player play];
+//    self.player = [[MKRAVPlayer alloc]initWithContentURL:url];
+//    self.player.shouldAutoPlay = YES;
+//    [self.player play];
 //    self.tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];
 //    self.tableView.delegate = self;
 //    self.tableView.dataSource = self;