CellIdentifiable

protocol CellIdentifiable : AnyObject

Protocol that provides reuseIdentifier property.

  • The reuseIdentifier to use when displaying cells on [Table|Collection]Views.

    Declaration

    Swift

    static var reuseIdentifier: String { get }