Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

executable file
·
23 lines (17 loc) · 927 Bytes

biodesign logo

Assignment One 🏥


Getting started with Xcode, Swift, and SwiftUI

Instructions

  1. Fork this repository to your own account.
  2. Clone the forked repository and open up the Xcode project file.
  3. 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.
  4. Add your card to the submissions array in ContentView.swift, so it will show up in the menu.
  5. Commit and push your changes to GitHub.
  6. Open up a pull request to submit your changes!

biodesign logo