What are the built in shapes in swiftUI and how to use them?
SwiftUI supports some in-built shapes that are used to develop a custom design and user interface component. These shapes are easy to use and can customized in various style, colors, fills, transformations, etc. 2. Rectangle 3. Rounded Rectangle. SwiftUI also provide built-in RoundedRectangle() to create a rounded rectangle shape. The rounded rectangle is a very useful shape… Read More »