Getting started with Xcode, Swift, and SwiftUI
Instructions
- Fork this repository to your own account.
- Clone the forked repository and open up the Xcode project file.
- Create a new SwiftUI file with your name (i.e.
FirstLast.swift
) and design a basic information card about yourself. Your card should have the following elements:- A stack layout
- An image
- Your name (Text)
- A one-paragraph bio about yourself
- Any two additional SwiftUI elements you find interesting.
- Add your card to the
submissions
array inContentView.swift
, so it will show up in the menu. - Commit and push your changes to GitHub.
- Open up a pull request to submit your changes!