Is there any way to add UIPickerView into UIAlertController (Alert or ActionSheet) in Swift?

后端 未结 11 1341
旧巷少年郎
旧巷少年郎 2020-12-01 06:16

I\'m totally new to swift (and iOS programming at all), but I started messing around with it (it wasn\'t a good idea when everything is still beta version :D). So I tried to

11条回答
  •  日久生厌
    2020-12-01 07:00

    I think it is not bad idea to start from beta. You need custom UIAlertView. Pay attention to UIAlertController it's available only in iOS 8.0.

    Look there and there

提交回复
热议问题