Disposable

public protocol Disposable : UIView

Disposable protocol for disposing UIView‘s from superviews

  • dispose() Default implementation

    Remove Self from superview

    Default Implementation

    Remove Self from superview

    Declaration

    Swift

    func dispose()