0
私は制約を手動で追加します。
ImgvからBottomの下端cell.contentView制約のマージン。
エラーMSG ....
"<NSLayoutConstraint:0x7c99b3e0 V:[UIImageView:0x7c983370(100)]>",
"<NSLayoutConstraint:0x7c99b4a0 UIImageView:0x7c983370.top == UITableViewCellContentView:0x7c987b50.topMargin>",
"<NSLayoutConstraint:0x7c99b6f0 UIImageView:0x7c983370.bottom == UITableViewCellContentView:0x7c987b50.bottomMargin>",
"<NSLayoutConstraint:0x7c99afd0 'UIView-Encapsulated-Layout-Height' V:[UITableViewCellContentView:0x7c987b50(115.5)]>"
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x7c99b6f0 UIImageView:0x7c983370.bottom == UITableViewCellContentView:0x7c987b50.bottomMargin>
問題は何ですか?
top constraintまたはcenterY制約を削除してから試してください。 –