Skip to content

Commit

Permalink
修复删除错误bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchao0033 committed Apr 9, 2016
1 parent b01b991 commit fb9bd8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HLS-Test/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
alertView.alertViewStyle = UIAlertViewStylePlainTextInput;
UITextField *textFiled = [alertView textFieldAtIndex:0];
textFiled.text = @"http://devstreaming.apple.com/videos/wwdc/2015/413eflf3lrh1tyo/413/0640/0640.m3u8";
textFiled.text = @"http://pl.youku.com/playlist/m3u8?ts=1460191031&keyframe=0&pid=6b5f94f4ab33c702&vid=XMjMzODM2MzU2&type=flv&r=/3sLngL0Q6CXymAIiF9JUQQtnOFNJPUClO8A56KJJcT8UB+NRAMQ09zE6rNj4EKMxAvRByWf6hitgv75Fv0ffY93XIyfsDxfTMrXhf93HpxU/l3ZcBOSsxUf7QaPO6gDptAU4mTDRr+dVJThYEJUnp5SDxM2fe5A70JG4d4z6AkQBQVlgFj+eIQgEoBHz2Fh&ypremium=1&oip=1992409311&token=9685&sid=4460191031966202a202d&did=1460190991&ev=1&ctype=20&ep=WolyplIdeJ0IjpH0p6nyXMzuiRFepTej4GnJddjesh%2BJCNyYqhFVGVTF4J2XXzwZ";
textFiled.clearButtonMode = UITextFieldViewModeAlways;
[alertView show];

Expand Down

0 comments on commit fb9bd8e

Please sign in to comment.