uitableview - iOS 8 UITableViewCell constraints break after adding accessoryType -


technically, constraints don't break stop working intended. have forked purelayout's ios 8 autolayout example replicate issue. in nutshell, have uitableview custom cell looks this:

enter image description here

after adding

self.accessorytype = uitableviewcellaccessorytype.disclosureindicator

it looks this:

enter image description here

notice gap between title , body of cell.

https://github.com/marcus30/tableviewcellwithautolayoutios8


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -