Swift indexpath.row提取单个字符串

时间:2018-09-18 00:57:20

标签: ios swift string segue

如何从indexPath.row中提取单个字符串?我正在用Firebase中的用户填充表格视图,需要抓取并将“ uid”传递给另一个视图控制器。

我目前的尝试...

 if let indexPath = tableView.indexPathForSelectedRow {
                let user = usersArray[indexPath.row]?.value(forKey: "uid")
                let controller = segue.destination as? ExploreBusinessProfileSwitchView
                controller?.otherUser = user
            }

1 个答案:

答案 0 :(得分:0)

只需检查一下希望这就能说明您真正需要的东西

enter image description here

在Swift

使用

var swiftUserImages : [[String:Any]]?
swiftUserImages![indexPath]["uid"]