ViewRegistrationInfo
public struct ViewRegistrationInfo : EquatableDescribes the registration information for a cell or supplementary view.
- 
                  
                  The reuse identifier for the view. DeclarationSwift public let reuseIdentifier: String
- 
                  
                  The registration method for the view. DeclarationSwift public let registrationMethod: ViewRegistrationMethod
- 
                  
                  Initializes a new ViewRegistrationInfofor the providedclassType.Note The class name is used for reuseIdentifier. TheregistrationMethodis set to.fromClass.DeclarationSwift public init(classType: AnyClass)ParametersclassTypeThe cell or supplementary view class. 
- 
                  
                  Initializes a new ViewRegistrationInfofor the providedclassType,nibName, andbundle.Note The class name is used for reuseIdentifier. TheregistrationMethodis set to.fromNibusing the providednibNameandbundle.DeclarationSwift public init(classType: AnyClass, nibName: String, bundle: Bundle? = nil)ParametersclassTypeThe cell or supplementary view class. nibNameThe name of the nib for the view. bundleThe bundle in which the nib is located. Pass nilto use the main bundle.
 View on GitHub
View on GitHub ViewRegistrationInfo Structure Reference
        ViewRegistrationInfo Structure Reference