NibIdentifiable

public protocol NibIdentifiable: class

Mechanica

Objects adopting the NibIdentifiable protocol are nib based and are the XIB root object.

  • nibIdentifier Default implementation

    Undocumented

    Default Implementation

    By default the nibIdentifier is the name of the class.

    Declaration

    Swift

    public protocol NibIdentifiable: class
  • nib Extension method

    By default, uses the nib which is named as the name of the class and it’s located in the bundle of that class.

    Declaration

    Swift

    static var nib: Nib