ViewRegistration

struct ViewRegistration

Registration info for table view header or footer view.

  • A class for register header or footer view conforming ComponentRenderable.

    Declaration

    Swift

    public var `class`: (UITableViewHeaderFooterView & ComponentRenderable).Type
  • nib

    The nib for register header or footer view.

    Declaration

    Swift

    public var nib: UINib?
  • Create a new registration.

    Declaration

    Swift

    public init(class: (UITableViewHeaderFooterView & ComponentRenderable).Type, nib: UINib? = nil)