Ich versuche, im Querformat nur eine Ansicht in meiner Anwendung zu erzwingen, die ich anrufe override func shouldAutorotate() -> Bool { print("shouldAutorotate") return false } override func supportedInterfaceOrientations() -> Int { print("supportedInterfaceOrientations") return...