1) UITableViewCell
2) subclass UITableViewand set the separator transparency
3) use these cells in the table view
now here is the important method t implemented in a subclass UITableViewCell
in
- (void)drawRect:(CGRect)recttry to make a bezier path to fill and stroke the path by the corner of your corner and the background color ...
You can get the contents of rect self.contentView.framein that you must draw your new bezier path.
source
share