Login required for access
In order to watch this lesson, you'll need to login to the website.
List Employees and Tuples
Intermediate Training Core Data
Having created some employees for our companies, we're now ready to fetch these new entities and present them in our list. We'll do this inside of EmployeesController and perform the usual cell registration process to provide the employee's name for each cell. Once we finish this process, we'll look at how we can implement Custom Delegation again to refresh our list after a new employee is created. I implement something called Tuples inside of Swift to return multiple values when creating an Employee. Tuples is really convenient when used properly, here are some additional resources on how they work.

Comments (12)
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
HELP & SUPPORT