您如何UITableViewCell
使用 Interface Builder 和自动布局来布局以下内容?
要求
- imageView垂直居中并具有固定大小。
- textLabel和detailTextLabel之间有固定的垂直间距。
- textLabel和detailTextLabel一起必须相对于imageView垂直居中。
- textLabel和detailTextLabel的高度不能大于 imageView 的高度。
- 如果需要,textLabel和detailTextLabel可以使用多行。textLabel比detailTextLabel具有更高的优先级。
例子
(不是像素完美的)