can I auto update my uitextview from the value of the row of my uipickerview without pressing any se

Posted by Wesley on Stack Overflow See other posts from Stack Overflow or by Wesley
Published on 2010-04-14T22:51:50Z Indexed on 2010/04/14 22:53 UTC
Read the original article Hit count: 287

So I have a uipicker view, that I have managed to load some data from my db into. I would like to update a textview, which is right above the pickerview, with each changing of the row. Is that possible?

If I don't have to, I would like to avoid pushing a button in order to show the respective text. Can I make it so that the value in the text field changes with the value of the rowselected in the pickerview, in real time? Any thoughts or code snippets would be appreciated. Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk