UIView

extension UIView
  • Make the UI view corner round

    Declaration

    Swift

    func roundCorners(_ corners: UIRectCorner, radius: CGFloat)
  • Ripple Effect

    Declaration

    Swift

    func ripple()
  • Remove all subViews from superView

    Usage Example:

     self.UIView.clearSubViews()
    
    

    Declaration

    Swift

    func clearSubViews()
  • Undocumented

    Declaration

    Swift

    var parentViewController: UIViewController? { get }