← Projects

HelloFromYongye

07/2022 - 07/2022

Tech Stack:

https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/swift/swift-original.svg

Description: First mini iOS project to say hello and other greetings


App Description

This project is my very first mini IOS project created on Xcode with Swift. It can do basic functionality like changing the background color and text color, altering the text string and saying goodbye!

App Walk-though

Screen-Recording-2022-07-23-at-10-10-25-AM

Required User Stories

  • User sees custom text in a label - Hello from Yongye!
  • User see's custom background color.
  • User can tap a button to change the text color of the label.

Optional User Stories

  • User can tap a button to change the color of the background view.
  • User can tap a button to change the text string of the label - Goodbye 👋.
    • User can tap on the background view to reset all views to default settings.
  • User can update the label text with custom text entered into the text field.
    • User can enter text into a text field using the keyboard.
    • User can tap the "Change text string" button to update the label with the text from the text field.
    • If the text field is empty, update label with default text string.
    • The keyboard is dismissed after the button has been tapped.