5. UITableView, and more

So far, we have worked with multiple screens and NavigationController. Now, we will learn how to display a list of data and work with some other UI elements.

More specifically, we will learn about the following:

  • UITableView to display a list of data.

  • A few more key concepts like static variables and handling Double inputs.

Last updated

Was this helpful?