Disposable
public protocol Disposable : UIView
                Disposable protocol for disposing UIView‘s from superviews
- 
                  
dispose()Default implementationRemove Self from superview
Default Implementation
Remove Self from superview
Declaration
Swift
func dispose() 
            View on GitHub
          
      Disposable Protocol Reference