Type Aliases

The following type aliases are available globally.

  • Convenience typealias that specifies UITableViewHeaderFooterView conforming to Reusable protocol

    Declaration

    Swift

    public typealias ReusableView = UITableViewHeaderFooterView & Reusable
  • Convenience typealias that specifies UITableViewCell conforming to Reusable protocol

    Declaration

    Swift

    public typealias ReusableCell = UITableViewCell & Reusable