I have a UITableView displaying a list of Cities. I want to separate them by State. I can\'t seem to figure out how to get it to pick the right items out of my Array. If Sectio
you can use indexPath.section and indexPath.row
indexPath.section
indexPath.row