I want to use values from a dictionary in my UITableViewCells. Can I get those from a dictionary by using indexPath.row for the value and indexPath.section for the key?
You can use:
Array(yourDictionary)[indexPath.row].key // or .value