Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够将图像右对齐,但无法将操作表的标签设置为左。我使用了段落样式并尝试对齐它,但它不像普通按钮那样起作用并且无法向其添加图像。
. 在 UIAlertController 我无法通过子视图访问标签。任何人都可以提出任何方法来实现这一目标。
我用这个。
let action = UIAlertAction(title: "Add to a Playlist", style: .default, handler: nil) action.setValue((Your Alignment), forKey: "_titleTextAlignment") action.setValue((Your Image), forKey: "_image")