Swift: dictionary access via index

前端 未结 4 1770
不知归路
不知归路 2021-02-05 10:54

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?

4条回答
提交回复
热议问题