Swiftui Circle

[Solved] Swiftui Circle | Swift - Code Explorer | yomemimo.com
Question : swiftui circle

Answered by : lmaocoder

//We can use the Circle() struct in SwiftUI
//Example
import SwiftUI
Circle()	.frame(height: 20, width: 20)	.fill(Color.red)
//This makes a circle view with a diameter of 20, and the color of the circle is red

Source : | Last Update : Fri, 20 Aug 21

Answers related to swiftui circle

Code Explorer Popular Question For Swift