iOS-MVVM-ProjectTemplate
iOS-MVVM-ProjectTemplate copied to clipboard
Project template to use as a starting point for new iOS apps
We got Alamofire 5.0 released a month ago, so it would be nice to update it.
Xcode considers every configuration that contains _Development_ to be debug, hence suggests recommended build settings for debug. But we use this configuration as release config, so we should take care...
Add `logo.png` to root of the repository so SourceTree can show its avatar in the list of repositories.
Last versions of SwiftGen support configuring from _swiftgen.yml_ file. Right now we use arguments when running SwiftGen which might be more complicated than necessary.
Custom modal animations should probably be their own `transitioningDelegates` it is easier in situations when a single `viewController` needs to perform more than one custom modal transition. https://github.com/AckeeCZ/iOS-MVVM-ProjectTemplate/blob/0f443c5b9ae6d56db197404b45d872f0d15194cd/ProjectTemplate/ViewController/Popup/PopupPresenting.swift#L19 It would...