i was able to hide row on Table View Cell by using this code
cell.hidden = YES;
the problem is it gives blank spaces (show on the picture).

Is there any way on eliminating this blank spaces?
Thank you.
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 need to set the correct height for the cell in the UITableViewDelegate.
Better would be to not have the cell in tabelview at all.