InstantiatableFromXib
public protocol InstantiatableFromXib
Helps to instantiate object from xib file.
-
Undocumented
Declaration
Swift
static func instantiateFromXib() -> Self
-
instantiateFromXib()
Default implementationDefault Implementation
Instantiates object from xib file. Xib filename should be equal to object class name.
Declaration
Swift
static func instantiateFromXib() -> Self