Application for working with photo library on an iPhone. Currently has basic project structure. Work in progress
- Open Terminal
- Install CocoaPods - Sudo gem install cocoapods
- Clone Project to your machine
- Open terminal in the directory where you copied the project (The one that has the .xcodeproj in it)
- Run 'Pod init' If you don't have Pods installed
- Run 'Pod install' to copy down the different dependencies
- Open project with the Photo.xcworkspace NOT the Photo.xcodeproj
The only third party project is SwiftLint for syntax checking. You can learn more about this tool at https://academy.realm.io/posts/slug-jp-simard-swiftlint/
This application uses PhotoKit to provide access to the photos in user photo library
The Extensions directory contains common fuctions for working with dates
There are unit tests for many of the types in the project. I will be adding more over time. When possible I build the tests first for TDD