InstantiatableFromXib

public protocol InstantiatableFromXib

Helps to instantiate object from xib file.

Available where Self: NSObject

  • instantiateFromXib() Default implementation

    Default Implementation

    Instantiates object from xib file. Xib filename should be equal to object class name.

    Declaration

    Swift

    static func instantiateFromXib() -> Self