diff --git a/sources/TSSettingsController.swift b/sources/TSSettingsController.swift index ae0f85a..d55c7cc 100644 --- a/sources/TSSettingsController.swift +++ b/sources/TSSettingsController.swift @@ -118,4 +118,6 @@ private enum TSSettingsIndex: Int, CaseIterable { delegate?.settingDidSelect(key: settingKey(index: index)) completion() } + + open override var supportedInterfaceOrientations: UIInterfaceOrientationMask { [.portrait] } }