Quantcast
Channel: YouTube iFrame hide info - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by JAL for YouTube iFrame hide info

If you're using the youtube-ios-player-helper, you can implement the delegate method:- (void)playerView:(YTPlayerView *)ytPlayerView didChangeToState:(YTPlayerState)stateand check for...

View Article



Answer by Rakii for YouTube iFrame hide info

Try this with the playerVars parameter combinationNSDictionary *playerVars = @{ @"controls" : @0, @"playsinline" : @1, @"autohide" : @1, @"showinfo" : @0, @"modestbranding" : @1, @"rel":@0 };

View Article

YouTube iFrame hide info

I know about showinfo parameter of YouTube API. But it doesn't match my requirement. After finish playback, the video info will be shown again. Is there anyway to completely hide video info?

View Article
Browsing all 3 articles
Browse latest View live




Latest Images