DEV Community

Tomopteris
Tomopteris

Posted on

Lesson 16 Discussion Swift

Explain the lesson in your own words.

In this lesson we take a more in-depth look at how an app is running in the background. We learned that the UI is comprised of multiple layers, for the interface, a launch screen, a cell to show an app is thinking, cells to show a message, cells for user input, and a catalog holding the images of the app.

For the app you’re thinking of, what’s an example of an input the brain would take?

A request to show the type: employees schedules that day.

What’s an example of a result it would return to display in the user interface?

It would return a name(of employee), the hours they clock in, clock out for lunch(if applicable), and the hour they are scheduled to clock out.

Top comments (0)