A few Xcode templates to create iOS application
To install Xcode templates go to releases page and download the MVP-C.zip
you need, unzip & move into ~/Library/Developer/Xcode/Templates
folder.
Open your Xcode project & create new base protocols with ⌘ Cmd + N
and choose MVP-C Base Protocols
.
To create MVP-C Module choose MVP-C Structure
and enter module name.
For example, a module named Registration
will create the following files: RegistrationCoordinatorProtocol, RegistrationCoordinator, RegistrationPresenterProtocol, RegistrationPresenter, RegistrationViewController and RegistrationView.