BrunoMiguens / ListingMVVM

[WIP] This iOS framework has the goal of creating a generic UITableView or UICollectionView to manage all the data and delegates using the MVVM architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ListingMVVM

CI Status codecov Version License Platform

Requirements

Check if your project meet the requirements below:

  • iOS 8
  • Xcode 7

If you feel that is possible to make this library more flexible, in requirements terms, please let me know or go ahead and contribute 👌🏻💪🏻

Installation

ListingMVVM is available through CocoaPods. To install it, simply add the following line to your Podfile and install the pods by running pod install:

use_frameworks!

pod 'ListingMVVM'

Todo:

  • Support Carthage

Example

Author

Feel free to contribute, give feedback or whatever you feel that you need to share.

GitHub | Twitter | Email

License

ListingMVVM is available under the MIT license. See the LICENSE file for more info.

About

[WIP] This iOS framework has the goal of creating a generic UITableView or UICollectionView to manage all the data and delegates using the MVVM architecture.

License:MIT License


Languages

Language:Swift 92.4%Language:Ruby 4.7%Language:Objective-C 2.9%