I have a section in UITableView which has multiple rows. I wish to get the last row or the last cell of the section to add a disclosure indicator on it.
You should do this inside your cellForRowAtIndexPath method. You can easily detect that which section this cell belongs to and whether it's the last one.