tags:

views:

28

answers:

1

I am trying to implement a UIpicker with numeric values in a Actionsheet on a text box event. When the user touches the text box, i want the UIpicker to pop up and allow a user to select a value. Do i have to declare the values in a array or is there some other way to do that?

A: 

UIActionSheet can only contain a title (optional) and buttons. It cannot display a UIPickerView.

Robot K
But i have seen a lot of articles on this site where UIPickerView have been implemented in a UIActionSheet. Though none of them actually seem to address the scenario that i mentioned.
spenumatsa
Do you have a link?
Robot K