Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IrelDev authored Aug 20, 2021
1 parent d63cd8c commit b8b11fc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Xcode-MVP-C-Templates
A few Xcode templates to create MVP-C iOS application
A few Xcode templates to create <img alt="MVP-C" width="44" src = "MVP-C Structure.xctemplate/TemplateIcon@2x.png"/> iOS application

## Installation
To install Xcode templates go to [releases](https://github.com/IrelDev/Xcode-MVP-C-Templates/releases/tag/v1.0) 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.

0 comments on commit b8b11fc

Please sign in to comment.