Set Corner Radius For Different Corner
Mar 18, 2018
How to set corner radius for different corner? For example, I want top left, top right, bottom left to have corner radius 5.0, but bottom right to have 0.0
1 | let cornerRadius = UIBezierPath(roundedRect: quickSelectionView.bounds, |
Reference
- Solution from Stack Overflow
