/Xcode-MVP-C-Templates

A few Xcode templates to create MVP-C iOS application

MIT LicenseMIT

Xcode-MVP-C-Templates

A few Xcode templates to create MVP-C iOS application

Installation

To install Xcode templates go to releases page and download the MVP-C.zip you need, unzip & move into ~/Library/Developer/Xcode/Templates folder.

Usage

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.