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:

after adding
self.accessorytype = uitableviewcellaccessorytype.disclosureindicator it looks this:

notice gap between title , body of cell.
Comments
Post a Comment