标签: swift uitableview segue
我有一个tableView,当按下它时,它会将prepareForSegue的数据传递到新的ViewController。在该ViewController中,我有一个按钮想要在其上使用tag函数。 是否可以通过tag设置prepareForSegue?
tableView
prepareForSegue
tag
如果按下了表视图中的第1行,则destination.button.tag == 1,如果按下了第2行destination.button.tag == 2,依此类推
destination.button.tag == 1
destination.button.tag == 2