如何在 iphone sdk 3.0 中的滚动视图中轻拂来旋转/滚动选择器?
我在 scollView 中有一个 pickerView,如果我根据 http://discussions.apple.com/thread.jspa?messageID=8284448
但是当我将目标更改为 sdk 3.0 时,它只响应点击并一次旋转 1 行。 但对于许多价值观来说,这种方式是令人厌烦的。
谁能帮我像在 sdk 2.2.1 中那样旋转选择器?
I have a pickerView in a scollView, which would rotate if i sweep across it in sdk 2.2.1 according to http://discussions.apple.com/thread.jspa?messageID=8284448
but when i changed the target to sdk 3.0, it is only responding to tapping and rotate 1 row at a time. but for many values that way is tiresome.
can anyone help me here to rotate the picker as it did in sdk 2.2.1 ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
[已编辑帖子 - 抱歉,刚才没有意识到您的选择器视图位于滚动视图内]
您可以在此处的讨论中找到解决方案或您的问题:
http://discussions.apple.com/thread.jspa?messageID=9630390
[Post edited -- sorry, didn't realize your picker view was inside a scroll view just now]
You can find the solution or your problem in the discussion here:
http://discussions.apple.com/thread.jspa?messageID=9630390
http://developer.apple.com/iphone/library/releasenotes/General/RN-iPhoneSDK-3/index.html#//apple_ref/doc/uid/TP40008407-SW2 说明了该问题及其解决方案
http://developer.apple.com/iphone/library/releasenotes/General/RN-iPhoneSDK-3/index.html#//apple_ref/doc/uid/TP40008407-SW2 states the issue and its solution