1

iTunes 图片

我能够将图像右对齐,但无法将操作表的标签设置为左。我使用了段落样式并尝试对齐它,但它不像普通按钮那样起作用并且无法向其添加图像。

这是我能够实现的

. 在 UIAlertController 我无法通过子视图访问标签。任何人都可以提出任何方法来实现这一目标。

4

1 回答 1

0

我用这个。

let action = UIAlertAction(title: "Add to a Playlist", style: .default, handler: nil)
action.setValue((Your Alignment), forKey: "_titleTextAlignment")
action.setValue((Your Image), forKey: "_image")
于 2018-05-26T00:53:38.910 回答