GBNoData
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Code
UIView *view = [[UIView alloc] initWithFrame:self.view.bounds];
view.backgroundColor = [UIColor yellowColor];
self.tableView.customNoDataView = view;
__weak typeof(self) weakSelf = self;
self.tableView.callBack = ^(UIView *view) {
[weakSelf.tableView reloadData];
};
Installation
GBNoData is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "GBNoData"
Author
Lucas, [email protected]
License
GBNoData is available under the MIT license. See the LICENSE file for more info.