Hello. I’m trying to prevent rotation of a specific uiviewcontroller and i’m not able to override
supportedInterfaceOrientations
Anyone know how to achieve this ?
s
Sam
03/10/2020, 1:03 PM
Have you looked at the UIViewController Kotlin file? It may be a function since ObjC properties are more like java properties with getters and setters.
g
gonzooin
03/10/2020, 1:11 PM
yes, I looked into it but there is nothing that match my need