Member-only story

SwiftUI: How to round specific corners of any view?

Xcode 12.3 — iOS 14

Prafulla Singh
Jan 24, 2021

In this tutorial We are going to learn , How can we round specific corner of a given SwiftUI view.

Step 1: Crate a shape which can clip the view. We are going to use UIBeizerPath to implement rounding specific corner. Then copy the cgPath to Path.

Step 2: Embed the shape to ViewModifier

Step 3: Add Polymorphic function with signature as cornerRadius

Step 4: Use like following:

--

--

Prafulla Singh
Prafulla Singh

No responses yet