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.
在我的代码中,我需要知道此时我的 UIPickerView 旋转的方向。有人可以帮我解决这个问题吗?
您需要子类化 UIPickerView 并添加标准的触摸处理事件。UIPickerView 由九个子视图组成,其中一个是 UIScrollView。使用手势识别 api来处理事件。
这里的子类化示例。