Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 600 Bytes

MyContacts

A sample iOS App to manage AddressBook items, written in pure Swift (with comments for those who are much more farmiliar with Android development).

Functions:

  1. List of sorted address book entries.
  2. Swipe to delete a single entry.
  3. More actions on swipe-to-left.
  4. Multi-select to perform batch deletion (this is the initial purpose of the project as the iPhone does not natively support multi-deletion in its Phone app).
  5. iOS AddressBook APIs demonstration.
  6. UITableView manipulations (with UI definitions in StoryBoard).

Environment:

  1. iOS 8.0+
  2. Xcode 6.0+