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:
- List of sorted address book entries.
- Swipe to delete a single entry.
- More actions on swipe-to-left.
- 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).
- iOS AddressBook APIs demonstration.
- UITableView manipulations (with UI definitions in StoryBoard).
Environment:
- iOS 8.0+
- Xcode 6.0+