Hav a option to set background image or color to cell.
How can I suppose to do that for a section with number of rows and each row in the section will be in different color..
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 can do the same by using delegate method of UITableView,
In this method, you can set individual UIView according to section. Moreover, you can set individual section’s height by overriding…