Customize UIAlertController in iOS 8 to include standard elements like UITableView

后端 未结 4 936
傲寒
傲寒 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:50

    I think you can easily customize the UIView adding the controls needed and present it modally, unless you have any other specific reason to use only UIAlertController.

    https://www.cocoacontrols.com/search?q=UIAlertview

提交回复
热议问题