私はいくつかのトラブルがあります(エラー:メソッドはそのスーパークラスのメソッドをオーバーライドしません)オーバーライドUIVCメソッドで、私は間違っていますか?UIVIevControllerオーバーライド
supportedInterfaceOrientationを使用したコード例ですが、エラーは発生しませんが、まだ上書きされず、動作しません。
func supportedInterfaceOrientations() -> UIInterfaceOrientationMask{
return UIInterfaceOrientationMask(rawValue:(UIInterfaceOrientationMask.portrait.rawValue | UIInterfaceOrientationMask.landscape.rawValue))}
スクリーンショット問題 enter image description here