Home Challenge #1
Post
Cancel

Challenge #1

Challenge #1

Make a view that looks like this:

1
2
3
4
5
6
7
8
struct ContentView: View {
    var body: some View {

        /// your code goes here.

    }
}

This post is licensed under CC BY 4.0 by the author.

SwiftUI

Swift