The app based on Project 1 and Project 3 on Hacking with Swift
The app that contains a collection of images organized in UITableView:
By tapping on any cell the new window opens with the image itself:
By tapping on the right button on the top a user can share the chosen photo:
The following topics were covered in this project:
- Navigation Controller
- UITableViewController
- UIImageView
- File Manager
- UIActivityViewController (including #selector and @objc)