次のサンプルに矢印アイコンを追加しました: https://github.com/smileyborg/TableViewCellWithAutoLayout
[self.nextarrow autoPinEdgeToSuperviewEdge:ALEdgeTrailing withInset:kLabelHorizontalInsets];
[self.nextarrow autoAlignAxis:ALAxisHorizontal toSameAxisOfView:self.bodyLabel];
これにより、複数の行の本文ラベルが中央に配置されます。しかし、アイコンを単一行のラベルと複数行の bodyLabel の中央に配置したいと思います。