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