Extensions

The following extensions are available globally.

Attributed String Extension

  • This extension allows us to get the displayed height and width (given a full-sized canvas -so no wrapping or truncating) of an attributed string.

    See more

    Declaration

    Swift

    extension NSAttributedString

Bundle Extension

  • This extension adds a few simple accessors for some of the more common bundle items.

    See more

    Declaration

    Swift

    extension Bundle

UIViewController Extension

UIView Extension

  • We add a couple of ways to deal with first responders.

    See more

    Declaration

    Swift

    extension UIView

UIImage Extension

  • This adds some simple image manipulation.

    See more

    Declaration

    Swift

    extension UIImage