测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2016年4月 |
由 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{
//重写此方法
}