Closed niebloomj closed 8 years ago
Are you override - (UIInterfaceOrientationMask)supportedInterfaceOrientations
in your SLKTextViewController subclass, to return only portrait?
For some reason, now that worked. I don't know why it wasn't working before. Thank you!!
:+1:
I want to lock the application in portrait mode, but I can't do it for the view controller that implements that slacktextviewcontroller. Everyone in my application is locked into portrait, but nothing I do disables it in this view controller. What other information should I provide?