gpt4 book ai didi

cocoa-touch - 确定 UIPickerWheel 是否正在滚动

转载 作者:行者123 更新时间:2023-11-28 17:46:53 25 4
gpt4 key购买 nike

嘿,有什么方法可以确定 UIPickerView 当前是否正在滚动,我的应用程序确实需要该功能,这非常重要。谢谢!

最佳答案

有一个技巧可以检测到这一点,但是没有委托(delegate)方法/属性来检测它是否在滚动

  1. 取一个属性为isScrolling
  2. func pickerView(_ pickerView: UIPickerView, titleForRow row: Int, forComponent component: Int) -> String? 或等效方法中将 isScrolling 设置为 true
  3. func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int) 中将 isScrolling 设置为 false

关于cocoa-touch - 确定 UIPickerWheel 是否正在滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5304839/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com