我在以下示例中添加了一个箭头图标:https ://github.com/smileyborg/TableViewCellWithAutoLayout
[self.nextarrow autoPinEdgeToSuperviewEdge:ALEdgeTrailing withInset:kLabelHorizontalInsets];
[self.nextarrow autoAlignAxis:ALAxisHorizontal toSameAxisOfView:self.bodyLabel];
这将以多行正文标签为中心。但我希望我的图标居中单行标签和多行bodyLabel。