0xced / XCDYouTubeKit

YouTube video player for iOS, tvOS and macOS
MIT License
2.92k stars 626 forks source link

Prevent auto-dismiss after video has finished playing #342

Closed theoks closed 10 months ago

theoks commented 7 years ago

I am using the XCDYouTubeVideoPlayerViewController in order to present a YouTube video in my iOS app. How can I prevent the auto-dismiss of the XCDYouTubeVideoPlayerViewController after the video has finished playing? I am using Swift 3.

Thank you in advance.