From Apple’s documentation about the method indexPathForRow, I am not clear on when and how to use indexPath.section and I am not clear on what exactly means a ‘section’. I am new to iPhone development, can someone please help me explain ‘section’ a little?
From UIKit’s documentation:
rowAn index number identifying a row in a UITableView object in a section identified by section.
sectionAn index number identifying a section in a UITableView object.
Hope you understand what is mean by a section. I think row you already know. If you have any doubts post as a comment.