You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am using UIKit and having a hard time trying to auto. dismiss the YouTubePlayerViewController when video ends, as there's no delegate methods implemented, and the only way documented is by using '.objectWillChange.sink { }' which is SwiftUI only I think?
Any hints/input would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
Please ensure that you retain the AnyCancellable from the sink operation in a stored property or a set of cancellables, otherwise, the subscription will be cancelled.
Am using UIKit and having a hard time trying to auto. dismiss the YouTubePlayerViewController when video ends, as there's no delegate methods implemented, and the only way documented is by using '.objectWillChange.sink { }' which is SwiftUI only I think?
Any hints/input would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: