UIPickerView, detect “rolling wheel” start and stop?

前端 未结 7 1608
悲哀的现实
悲哀的现实 2020-12-18 04:30

I just discovered that if I do the following:

  1. Click the button that animates a UIPickerView into my view
  2. Quickly start the wheel rolling
7条回答
  •  既然无缘
    2020-12-18 05:11

    I think you can just check if the UIPickerView is in the middle of animating and wait for it to stop. This was answered here link

提交回复
热议问题