Hihi all,
I have a TextField (the TextField is added into the TableViewCell from code) in my first view for gender selection. Would need to trigger a second view for gender selection upon clicking on the TextField. After selected a gender from the second view, the second view should be dismissed and the selected gender value should be returned back to the active TextField in the first view.
Hope that I am clear enough on my question. This might be just a foolish question, but I am still new in cocoa touch. Thanks in advance!
🙂
Instead of create a second view for the gender selection, this is what I have implemented
🙂