How to add UIActionSheet button check mark?
问题 I wonder how to add check mark to the right of actionSheet button the simplest way? Bellow is a screenshot of Podcasts app. 回答1: Note that the solution can crash in a future update to iOS. I'm accessing undocumented private APIs. Such solutions are very fragile. Please see the comments below. Finally I got the answer by using UIAlertController: UIAlertController *customActionSheet = [UIAlertController alertControllerWithTitle:nil message:nil preferredStyle:UIAlertControllerStyleActionSheet];