我每个 cell 里面都有一个 button,我为 button 设置了一个点击响应动作
在
里面我把 sender 转换成 button 对象,并操作它:比如设置为隐藏。但是发现跟它共用同一个内存 button 也隐藏起来了。有没有什么方法可以拿到 button 并且设置属性又不冲突的?