Skip to content

coraxyc/hello-world-ios-app

Repository files navigation

hello-world-ios-app

An iOS Pre-work project that I made following CodePath.org's tutorials to apply for its 12-week Mobile App Design online course.

This iOS app displays "Hello from Cora!" with buttons that allow the user to do the following:

  • change the text displayed
  • change the text color and revert the change
  • change the background screen color
  • display text to say goodbye

The user can also tap outside of any button or field to reset the screen to the default settings.

App Walk-through

Gif created with Recordit

Required User Stories

  • 1. User sees custom text in a label - Hello from {name}!
  • 2. User sees custom background color.
  • 3. User can tap a button to change the text color of the label.

Optional User Stories

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

About

An iOS app that displays "Hello World!" with features that allow the user to change the text and colors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages