3

enter image description here

I'm beginner so I'm working on video app and using YTPlayer for playing YouTube videos in Objective-C.

project is working good but there is little thing about done button its shows PLAYBACK_CONTROLS_VIEW_CONTROllER_DONE instead DONE.

Himanth
  • 2,381
  • 3
  • 28
  • 41
  • can you add some screen shot – Anbu.Karthik Aug 31 '17 at 05:30
  • sorry i'm new in stackoverflow and i required 10 point to share screenshot...so they don't allow me to post... – Thakur Anil Aug 31 '17 at 05:36
  • 1
    now you can add – Anbu.Karthik Aug 31 '17 at 05:37
  • actually i have tried to hide navigation bar but this doesn't happen...i don't know from where the view is appearing.there is no such file in xibi or storyboard.. how can i hide or change this done button... i'm just using .. – Thakur Anil Aug 31 '17 at 05:51
  • - (void)enteredFullScreen:(NSNotification *) notification { } - (void)exitedFullScreen:(NSNotification *) notification { ((AppDelegate*)[[UIApplication sharedApplication] delegate]).videoIsInFullscreen = NO; NSNumber *value = [NSNumber numberWithInt:UIInterfaceOrientationPortrait]; [[UIDevice currentDevice] setValue:value forKey:@"orientation"]; [[UIApplication sharedApplication] setStatusBarHidden:NO withAnimation:UIStatusBarAnimationNone]; } – Thakur Anil Aug 31 '17 at 05:53

0 Answers0