swiftcode / Pool

3 stars 1 forks source link

More Screen --> DataEntry #7

Closed swiftcode closed 2 years ago

swiftcode commented 2 years ago

I've added a navigation controller. So, the main screen is no longer the data entry screen.

The data entry screen will be navigated to through the More screen (since it's not a primary function). The More screen will be a tableView with several options. Selecting an option will segue to the appropriate screen(s).

Will need to create this screen.