Is there any way to change the cell.detailTextLabel from the app?
For example, the user have to choose gender, I would like to display the selected gender under the detailTextLabel
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
is user changing gender inside the table ?? then I believe you have to reload the table..
and in the cellForRowAtIndex method…
show the label for the desired row… do this in if condition… as if user has selected gender
it will show selected else it will show choose gender…