Skip to content

mihailsalari/swift-mvp-collectionview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MVP is a derivation of the model–view–controller architectural pattern, and is used mostly for building user interfaces. In MVP, the presenter assumes the functionality of the "middle-man". In MVP, all presentation logic is pushed to the presenter.

[MVP-CollectionView] Allows easily to create a UICollectionViewController module.

Swift Version

How do I get set up?

Installation

Add template in your Rambafile:

templates:
 - {name: swift-mvp-collectionview, git: 'https://github.com/mihailsalari/swift-mvp-collectionview.git'}

Install template:

generamba template install

Usage

generamba gen [MODULE_NAME] [TEMPLATE_NAME]

Example:

To create Splash module:

generamba gen Splash swift-mvp-collectionview

It will create the Login module in your project target, as well as in your tests target.

Contribution guidelines

  • Feel free to contribute.

Question?

If you have a general question and hesitate to submit an issue at GitHub, you can feel free to ask the question at Stack Overflow. The author of this module MVP tag there to answer as quickly as possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages