An example iOS project built using UIKit (View Code) and shows how to implement the VIPER architecture.
Untitled.mp4
Quick start to getting carthage installed and running this app
Link to guide here
Check out this article to setup secret keys using xcconfig and property list file.
Link to article here
You can learn more about linting in swift.
Link to guide here
movies_uikit
├── Resources
│ └── Animations
│ └── Fonts
│ └── Assets
├── Application
├── Core
├── Data
│ ├── Datasources
│ │ └── Local Storage
│ │ └── HTTP Client
│ ├── Repositories
│ │ └── Auth Repository
│ │ └── Movies Repository
│ │ └── User Repository
│ ├── Models
│ │ └── Request
│ │ └── Response
├── Modules
│ ├── Shared
│ ├── Login
│ ├── Launch
│ ├── Main Tab
│ ├── TV Shows
│ ├── Movies
│ ├── Library
│ ├── Detail
├── Info.plist
├── Development.xcconfig
└── Tests