This is the example of project starter for anyone who wants to learn about swift 3, with MVVM (Model-View-ViewModel), which is widely used today. And also, already include the UI and Unit Tests. Enjoy.
- iOS 8.0+ / macOS 10.9+ / tvOS 9.0+
- Xcode 8+
You can simply donwload or clone the project and after that you just need to open your terminal,
direct it to where you put the project, and then pod install
to install the library you needed
to continue with the project.