ios - TableView inside custom tableviewcell - can't make smaller than full width? -
i have tableview inside cell sits left of label. in xib cell, tableview appears positioned correctly, when run app, looks fills cell , ignores other elements in cell.
i've tried setting bounds, changing contentinset, , nothing seems adjust width table doesn't bleed elements , cut off elements right of it.
how can make tableview less full width of containing cell?
rebuild constraints. make sure when inner cells resize, components layout correctly cell.
Comments
Post a Comment