UIPickerView inside an alert in Swift 3

Viewed 3514

I would like to show an alert that contains an UIPickerView inside. Is it possible ? Any idea to do it ?

Thank you very much!

UPDATE

Finally I used this fantastic library to make cool custom alerts:

https://github.com/vikmeup/SCLAlertView-Swift

1 Answers
Related