CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

PINKBindView 2.0.7

PINKBindView 2.0.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2017

Maintained by Pinka.



  • By
  • Pinka

PINKBindView

Version License Platform

PINKBindView provide a simple way to use tableView and collectionView, inspired by Raywenderlich

Usage

Such as

[self.tableView setDataSourceSignal:RACObserve(self, list)
              	   selectionCommand:self.selectionCommand
                    		cellNib:CustomTableViewCell.viewNib];

And you should implementation this method in your cell class:

- (void)bindCellViewModel:(id)viewModel indexPath:(NSIndexPath *)indexPath displayFlag:(BOOL)displayFlag

You also can run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 6+

Installation

PINKBindView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PINKBindView"

License

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