I tried to add buttons, textboxes and text to tableview. I want the row height to get adjusted automatically according to the height of each ui component. How can i achieve this ?
Share
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.
You have to return the specific height for each cell in the UITableViewDelegate method
It would be best, if you find a way how to calculate the height of your cells dynamically.