Customize UIAlertController in iOS 8 to include standard elements like UITableView

后端 未结 4 935
傲寒
傲寒 2020-12-23 15:33

I am used to customize UIAlertViews through the [alert setValue:someView forKey:@\"accessoryView\"] method. This creates customizable content for U

4条回答
  •  囚心锁ツ
    2020-12-23 15:46

    You can do it with just a one of line of code using my UIAlertController category and replace existing alerts in application, check it here.

提交回复
热议问题