|
@@ -37,21 +37,6 @@
|
|
|
- (void)viewDidLoad
|
|
|
{
|
|
|
[super viewDidLoad];
|
|
|
-// http://openod.sign.qingting.fm/mp3/3235228_128.mp3?sign=47d740e207069a86c539d2c78528f9c2&t=5d8d2d55&clientID=OTRmNmQyZDgtNWZiMi0xMWU3LTkyM2YtMDAxNjNlMDAyMGFk
|
|
|
-// NSString *urlString = [@"http://radio1964-zhibo.oss-cn-shenzhen.aliyuncs.com/audio_data/180112/榜单bandcamp第一期20181月12.mp3" stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
|
|
|
- NSString *string1 = [@"http://openod.sign.qingting.fm/mp3/3235228_128.mp3?sign=47d740e207069a86c539d2c78528f9c2&t=5d8d2d55&clientID=OTRmNmQyZDgtNWZiMi0xMWU3LTkyM2YtMDAxNjNlMDAyMGFk" stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
|
|
|
-// 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.tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];
|
|
|
-// self.tableView.delegate = self;
|
|
|
-// self.tableView.dataSource = self;
|
|
|
-// [self.tableView registerClass:[UITableViewCell class] forCellReuseIdentifier:@"cell"];
|
|
|
-// [self.view addSubview:self.tableView];
|
|
|
-// [[MKRWIFIDeviceManager shareManager] startUpnp];
|
|
|
-// [self searchDevice];
|
|
|
}
|
|
|
|
|
|
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
|