/AddressBook

Native iOS contacts app clone

Primary LanguageSwift

Address Book

Platform iOS

Swift 3 compatible

What is this for?

The purpose of this project is to demonstrate local storage and databases using Core Data, REST networking, dependancy managers and unit testing.

How to use

Clone project and press play

Completed features

  • Grabs user information from https://randomuser.me/ to populate contact list
  • Loads pictures from randomuser API as profile pictures
  • Stores all contacts through core data local storage

TODO

  • Add seperators for contact list, seperate by last name
  • Add/remove contact button
  • More unit testing