我做了一些我的意見風景和一些其他人像。 我的問題是,我不想讓他們旋轉。 如果一個頁面是風景留下只是風景和肖像的。 我搜索了很多,我嘗試:鎖定旋轉一些視圖swift
override func shouldAutorotate() -> Bool {
return false
}
和
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
return UIInterfaceOrientationMask.portrait
}
但它沒有工作
是的,這使得景觀或肖像,但它仍然可以旋轉。 –
你確定你在正確的ViewController中覆蓋'supportedInterfaceOrientations'嗎? –
是的,我現在再試一次... –