I have an indexed table view just like the contacts list in iphone.
I want that if a section has no rows then the section header for that section should not be displayed.
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.
if u use array for each section then u can checkout by that array count to 0 or not
if 0 then that returns 0 height for header
more details
http://blog.webscale.co.in/?p=240