Typealiases

The following typealiases are available globally.

  • Mechanica

    Alias for UIFont.

    Declaration

    Swift

    public typealias Font = UIKit.UIFont
  • Mechanica

    Couple of Selector where the method corresponding to the first one needs to be exchanged with the second one.

    Declaration

    Swift

    public typealias SwizzlingSelectors = (originalSelector: Selector, swizzledSelector: Selector)
  • Mechanica

    Alias for UIColor.

    Declaration

    Swift

    public typealias Color = UIKit.UIColor
  • Mechanica

    Alias for UIStoryboard.

    Declaration

    Swift

    public typealias Storyboard = UIKit.UIStoryboard
  • Nib

    Mechanica

    Alias for UINib.

    Declaration

    Swift

    public typealias Nib = UIKit.UINib