/ContactList

A UITableView-based application that displays a list of people with random first and last names. Selecting a contact from the list opens a screen with detailed information: Full name, e-mail and phone. The second screen is created using TabBarController, it displays the entire list of contacts with detailed information.

Primary LanguageSwift

ContactList

Test Application from lesson 2.07

A UITableView-based application that displays a list of people with random first and last names. Selecting a contact from the list opens a screen with detailed information: Full name, e-mail and phone. The second screen is created using TabBarController, it displays the entire list of contacts with detailed information. Contact names are used as section headings. Each section contains 2 lines with e-mail and phone. A separate DataManager class is used to store data. The application is built on UIKit.