I have a UITableView that has about 20 cells. Each has a UILabel within, and I need to search and find the cell that has the label @”Test”.
Is there a way to loop through the cells and search for the NSString @”Test”?
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.
No. You should not inspect the table view cells. Instead you should look in your data source that is providing the contents of those labels.