I want to hide a uitableview along with it’s hidden. However, when I do
[self.tableView setHidden:YES];
However, the table index is not hidden.
Can anyone kindly point out what to do ? 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.
Maybe just make sure
sectionIndexTitlesForTableView:returns nil when you need it to be hidden