I want to make a program where people can switch from listviewcontroller and map controller.
At a time, out of 100 rows, there are about only 5 – 6 rows shown at a time
How do I know which rows are being shown?
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.
UITableViewhas a method calledvisibleCellsthat returns an array of the currently visible cells.