Having issues with forcing landscape… I know how to just make it rotate the first time the screen loads, but because it’s in a tab bar it has to do it also when the tab bar selects it. I set up a protocol to do that but it just doesn’t do anything. It seems the act of rotation only happens when the view did load executes the first time. Even if I do self.viewdidload() nothing happens the second time.
I have the option to just display a “rotate your screen” label when in portrait but would like it if I could make it rotate back and forth and lock across a tab bar controller