iphone - UITableViewCell clipsToBound not working -

in custom cell have written [self setclipstobound : yes] , adding these red imageviews subviews [self addsubview:imageview]
but can see imageview not getting clipped.
i searched, din't find success!
yes, problem grouped tableview, unintuitive fact grouped table view cell has same width normal table view, difference grouped table view has different cell background (also selected state) , margins content of cell created different position of cells labels.
you should create assets top right , bottom right corners rounded (for first cell , last cell section). clipsubview won't work case because imageview dosen't rich out of cells content.
Comments
Post a Comment