ReusableView

public protocol ReusableView : AnyObject

A protocol for making views reusable within the project

  • Undocumented

    Declaration

    Swift

    static var reuseIdentifier: String { get }

Available where Self: UIView

  • reuseIdentifier Default implementation

    Default Implementation

    Undocumented

    Declaration

    Swift

    static var reuseIdentifier: String { get }