To run the example project, clone the repo, and run pod install
from the Example directory first.
- MVVMRB
MVVMRB is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MVVMRB'
- MVVMRB Xcode Template
We have created Xcode templates to generate MVVMRB classes, ready to add business logic to them. Run the install_template.sh shell script to copy the templates to the Xcode templates folder. Once you have successfully copied the templates, when adding a new file in Xcode, the MVVMRB group will show up.
MVVMRB is available under the MIT license. See the LICENSE file for more info.