Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个表视图:表 A 和表 B。
在每个表格视图中,在每个表格视图的相应单元格中都有网格方式的按钮。我需要确定我按下的按钮是属于 table-A 还是 table-B。如果可能的话,我怎么能做到这一点。在此先感谢。
您可以使用tag按钮上的 。或者查看按钮的superview。或者将另一个对象与按钮 ( objc_setAssociatedObject) 相关联。有很多可能性。
tag
objc_setAssociatedObject