1. 程式人生 > >iOS中把tableviewcell設定成圓角

iOS中把tableviewcell設定成圓角

#import <QuartzCore/QuartzCore.h>

QuartzCore.framework 

[self.commentsCell.layersetMasksToBounds:YES];

self.commentsCell.layer.cornerRadius=10;