CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Apr 2016 |
Maintained by zhaoyimin.
GitHub:iosdeveloperSVIP
#import "UIViewController+YMSeparatorAndMargins.h”
】[self ym_setSeparatorAndMarginsZeroWithTableView:self.tableView];
[self ym_setSeparatorAndMarginsWithTableView:self.tableView insets:UIEdgeInsetsMake(0, 10, 0, 10)];
-(void)ym_tableView:(UITableView *)tableView willDisplayCell:
(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{
//重写此方法
}