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.
我正在尝试使用基于 UIPicker 中数据集的颜色来更新 UIImageView。Picker数据变化的动作怎么办?
例如,用户在选择器中旋转一个组件,数据的变化就会自动发送。
您需要为 pickerView 实现委托方法,只要– pickerView:didSelectRow:inComponent:pickerView 发生更改,就会调用该方法,并且您将在更改后执行“操作”。
– pickerView:didSelectRow:inComponent: