UITableViewCell 设置圆角

#import <QuartzCore/QuartzCore.h>

QuartzCore.framework 

[self.commentsCell.layer setMasksToBounds:YES];

self.commentsCell.layer.cornerRadius=5;

原文地址:https://www.cnblogs.com/lrr0618/p/5360732.html