Skip to content

Validate123/Contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Contacts

The application shows all contacts from the iPhone Contact list. You can see more details about contact by tapping in contact. Every change in the iPhone Contact list will be applied in the application.

In this application, I used the MVVM architectural pattern. For ContactModel I apply a Builder structural design pattern. Used UniteTest for ViewModels and Utility classes. For TableView datasource methods created another class(TableViewDataSource) and datasource all functionality moved to that class. UITbaleViewCells are being built with identifiers that have every cell model (all cell models conform to protocol BaseModel) Used Storyboards because the application is very simple, otherwise UIViewControllers could be created with XIB files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages