Extensions

The following extensions are available globally.

UITabBarController Extension

UIViewController Extension

  • 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 more

    Declaration

    Swift

    public extension UIViewController

UIView Extension

  • 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 more

    Declaration

    Swift

    public extension UIView

UIImage Extension

  • A set of extensions to the UIImage class. This mostly has resizing stuff, but also a bit of pixel-level inspection.

    See more

    Declaration

    Swift

    public extension UIImage

UIColor Extension