I have to give a corner radius to the rectangular view with one side being more rounded than the other three sides.
Corner masking won't work in iOS 9 & 10, so is there any other way besides using corner masking and Bezier Path that we can use for all the iOS versions?
Update: I wanted to know if there is any way to achieve the same without using UIBezierPath. Any fallback similar to shapelayer for before iOS 11.