What is text view ? SwiftUI Text is a view that is used to display one or more lines of text in Framework. The Text view displayed is read only.…
Author
reevescode
What is the Vstack ? The Vstack allows you arranges view children in the vertically. Simple Example of Vstack
In this tutorial , we will know how to comment code in Swift. As you know, comment are ignored by the Swift Compiler when your code is compiled. We have…