-
-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Description
i set Device Orientation
is Portrait
, but when the XLActionController show , it can auto rotate ,
i use PeriscopeActionController
style , but PeriscopeActionController
is not open class , i can't override it,
i must add these code to class ActionController
:
override open var supportedInterfaceOrientations: UIInterfaceOrientationMask{
get{
return .portrait
}
}
Metadata
Metadata
Assignees
Labels
No labels