ViewCorners
enum ViewCorners
                Type of rounding to apply to corners
- 
                  
                  
No rounding
Declaration
Swift
case square - 
                  
                  
All corners
Declaration
Swift
case all(radius: CGFloat) - 
                  
                  
Top corners
Declaration
Swift
case top(radius: CGFloat) - 
                  
                  
Bottom corners
Declaration
Swift
case bottom(radius: CGFloat) 
            View on GitHub
          
      ViewCorners Enumeration Reference