-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |