Is it possible to put UIPickerView into UIAlertView?If yes, can you give an example?
Asked
Active
Viewed 4,386 times
4 Answers
1
There's an example here of adding a UITableView, you should be able to adapt it to suit your purposes.

Tom Irving
- 10,041
- 6
- 47
- 63
1
Nope. But you can embed a picker in a UIActionSheet, which lets you give the user a nice slide up and slide down animation when showing or dismissing the picker.
There are a couple of good examples of the technique here and here.

Community
- 1
- 1

Jonathan Moffatt
- 13,309
- 8
- 51
- 49