scj643
Apr 27, 2016 - 15:32
Would it be possible to "Fake" oriontation by rotating the view so it faces the same direction it's set when presented.
Would it be possible to "Fake" oriontation by rotating the view so it faces the same direction it's set when presented.
Basically the content would when rotated rotate in the opisite direction
yes, you could use transforms inside layout... i had some code for detecting orientation in my RootView class https://github.com/jsbain/objc_hacks
you can also specify a single orientation in present, which is supposed to lock orientation.