Other Extensions
The following extensions are available globally.
-
- Extension of an
Array
of theUIViewControllers
is to check if all of them can be dismissed.
Declaration
Swift
public extension Array where Element: UIViewController
- Extension of an
-
- The
UINavigationController
extension is to support theContainerViewController
protocol
Declaration
Swift
extension UINavigationController: ContainerViewController
- The
-
Declaration
Swift
extension UISplitViewController: ContainerViewController
-
- The
UITabBarController
extension is to support theContainerViewController
protocol
Declaration
Swift
extension UITabBarController: ContainerViewController
- The
-
Declaration
Swift
public extension UIViewController
-
See moreUIWindow
helper functions.Declaration
Swift
public extension UIWindow
-
Declaration
Swift
extension UIHostingController: ContextAccepting where Content: ContextAcceptingView