ReuseIdentifierProviding

public protocol ReuseIdentifierProviding

By implementing this the cell provides its reuse identifiere.

  • reuseIdentifier Default implementation

    Reuse indentifier of the view.

    Default Implementation

    Reuse indentifier of the view which defaults to the classname.

    Declaration

    Swift

    static var reuseIdentifier: String { get }