Reusable

public protocol Reusable: class

Mechanica

Objects conforming to Reusable can be can be reused/dequeued in a type-safe manner.

  • reuseIdentifier Default implementation

    Mechanica

    The reuse identifier to use when registering and later dequeuing a reusable object.

    Default Implementation

    Mechanica

    By default the reuseIdentifier is the name of the class.

    Declaration

    Swift

    static var reuseIdentifier: String