Extensions
The following extensions are available globally.
-
An extension to the standard UITabBarController class. This adds a method to ease customization of bar colors.
See moreDeclaration
Swift
public extension UITabBarController
-
A set of various extensions of the UIViewController class. These provide utilities for determining running state of the device, biometric support, and some responder stuff.
See moreDeclaration
Swift
public extension UIViewController
-
A set of extensions to the UIView class. It has a few “informational” computed properties, and some other simple tools for things like auto layout.
See moreDeclaration
Swift
public extension UIView
-
A set of extensions to the UIImage class. This mostly has resizing stuff, but also a bit of pixel-level inspection.
See moreDeclaration
Swift
public extension UIImage
-
A set of extensions to the UIColor class. This mostly has ways of inspecting the color.
See moreDeclaration
Swift
public extension UIColor