NibIdentifiable
public protocol NibIdentifiable: class
Mechanica
Objects adopting the NibIdentifiable
protocol are nib based and are the XIB root object.
-
nibIdentifier
Default implementationUndocumented
Default Implementation
By default the nibIdentifier is the name of the class.
Declaration
Swift
public protocol NibIdentifiable: class