UITableViewCell的相关知识 By MrXiaoYang Published 2016-09-05 Contents 1. 1.每个cell之间有固定的间距 1.每个cell之间有固定的间距 ###在自定义cell的.m文件中重写: - (void)setFrame:(CGRect)frame { frame.size.height -= XMGMarin; [super setFrame:frame]; }