UITableView is needed in a lot of iPhone Apps, I also read about it a lot, I know indexPath.row is the current row but I don’t know what indexPath and indexPath.section is. Could you explain me thoroughly?
Share
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.
In simple, section is w.r.t table and row is w.r.t section..
From the below pic you can know it in better way, for more info you can have a look at apple docs from the other answers..