UIAlertAction Button Text Alignment Left
问题 I want to align UIAlertAction text alignment to Left and add the icon as in image shown. I spent lot of time on google to get the solution but not found the right answer. Every body post for the alert title not for the alert action title. Please suggest me the right way for swift . Thanks!! 回答1: You can do that with bellow example code. Easy and Simple. Swift 4 let actionSheetAlertController: UIAlertController = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet) let