views:

197

answers:

3

Is it possible to put UIPickerView into UIAlertView?If yes, can you give an example?

A: 

No, UIAlertView only has buttons and you can only set their titles.

progrmr
A: 

but in UIActionSheet

[actionSheet addSubview:pickerMoney];

Heading

vivian
A: 

There's an example here of adding a UITableView, you should be able to adapt it to suit your purposes.

Tom Irving