swift - How to add constraints in Basic Style TableView cell -
i try add constraints label added basic style cell in uitableview, not active.
i use basic style instead of custom, because need rows start title , cell.imageview!.image
if use custom cell, when there no imageview, title anyway located far left side of row.
screenshot:
use custom cell. don't bother predefined one. build yourself, , wont have worry , can use constraints wish (just make sure these related content view of cell, not other view - uitableviewcell has quite few of them).
wiki
Comments
Post a Comment