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
I'm wanting to launch the player in full screen from the button on the bottom right of the video. However when I do this because I am on a modal viewController it is being attached to the rootViewController which is not what I want because it's displaying behind my modal viewController
I've tried creating a subclass of KPViewController in my project and rewriting the method below. However there are some properties that are private and only declared in the .m file.
Is this intended behaviour to attach it to the rootViewController? Is there away I can override the below method? Or is there another way to achieve what I would like to?
Hi there,
I'm wanting to launch the player in full screen from the button on the bottom right of the video. However when I do this because I am on a modal
viewController
it is being attached to therootViewController
which is not what I want because it's displaying behind my modalviewController
I've tried creating a subclass of
KPViewController
in my project and rewriting the method below. However there are some properties that are private and only declared in the.m
file.Is this intended behaviour to attach it to the
rootViewController
? Is there away I can override the below method? Or is there another way to achieve what I would like to?Thanks,
The text was updated successfully, but these errors were encountered: