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:

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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -