PINKBindView
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.