Here is a screenshot of what I did till now: http://postimage.org/image/17mf8cxac/
So what I am trying to do is when you select "pick a name" Textfield I need a Picker to show up, with the input @"Jack".
|
Here is a screenshot of what I did till now: http://postimage.org/image/17mf8cxac/ So what I am trying to do is when you select "pick a name" Textfield I need a Picker to show up, with the input @"Jack". |
||||
|
|
it will work for you .. i have edited it .and for that you have to set delegate for textfield. and create a UIPIckrView in NIb file.
|
|||||||||||
|
|
Since iOS 3.2, You could use the
Like that. This will not give you a direct way to dismiss the view since your
|
||||
|
|
|
I use this and find this a lot cleaner than adding a subview and animating the
} |
|||
|
|
|
Well, you could rely on the Inside the
is where you would set the text of your current Important notice: You might also want to conform to the HTH |
|||
|
|
|
What you can do is, create a |
|||
|
|
|
I have the code and everything laid out in my blog to do this exactly. But below, I have the basic concept laid out. Basically the solution involves an opensource project called ActionSheetPicker on github, and implementing the function
|
||||
|