Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyerynn0521/codepath-ios


https://github.com/hyerynn0521/codepath-ios

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# CodePath-iOS
## Hello from Hyerin!

### App Description
An interactive app where users can play around with the text features and the background

### App Walk-though

![Imgur](https://imgur.com/XpRJvUP.gif)

### Required User Stories
- [x] 1. User sees custom text in a label - Hello from {name}!
- [x] 2. User see's custom background color.
- [x] 3. User can tap a button to change the text color of the label.

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