UIApplicationDeprecated extension
UIApplicationDeprecated
Properties
- proximitySensingEnabled ↔ bool
-
Available on UIApplication, provided by the UIApplicationDeprecated extension
isProximitySensingEnabledgetter/setter pair - statusBarHidden ↔ bool
-
Available on UIApplication, provided by the UIApplicationDeprecated extension
isStatusBarHiddengetter/setter pair - statusBarOrientation ↔ UIInterfaceOrientation
-
Available on UIApplication, provided by the UIApplicationDeprecated extension
statusBarOrientationgetter/setter pair - statusBarStyle ↔ UIStatusBarStyle
-
Available on UIApplication, provided by the UIApplicationDeprecated extension
statusBarStylegetter/setter pair
Methods
-
clearKeepAliveTimeout(
) → void -
Available on UIApplication, provided by the UIApplicationDeprecated extension
clearKeepAliveTimeout -
setKeepAliveTimeout(
double timeout, {ObjCBlock< Void Function()> ? handler}) → bool -
Available on UIApplication, provided by the UIApplicationDeprecated extension
setKeepAliveTimeout:handler: -
setStatusBarHidden(
required bool animated}) → void -
Available on UIApplication, provided by the UIApplicationDeprecated extension
setStatusBarHidden:animated: -
setStatusBarHidden$1(
required UIStatusBarAnimation withAnimation}) → void -
Available on UIApplication, provided by the UIApplicationDeprecated extension
setStatusBarHidden:withAnimation: -
setStatusBarOrientation(
UIInterfaceOrientation interfaceOrientation, {required bool animated}) → void -
Available on UIApplication, provided by the UIApplicationDeprecated extension
setStatusBarOrientation:animated: -
setStatusBarStyle(
UIStatusBarStyle statusBarStyle$1, {required bool animated}) → void -
Available on UIApplication, provided by the UIApplicationDeprecated extension
setStatusBarStyle:animated: