Strange effect when using a datePicker
Hi, there's a strange effect when using a datePicker... when you move up or down the wheel the animation is not fluid...
1 comment
-
Adminmobile[foo]
(MobileFoo, MobileFoo)
commented
Hi Stan,
Are you seeing this on the device or in the simulator?
On my iPad (original - not v2) it's entirely smooth if I add a date picker to the "custom view" pane in the demo app. The simulator is a little less smooth for some reason (I assume lack of hardware acceleration)
One thing to note is that because the sliding controller has to capture horizontal drag gestures, if you start by dragging slightly horizontally rather than vertically, the date picker won't see the gesture, since it's captured by the sliding pane. The scrolling table views seem much less sensitive to this, so I'm guessing it's something about this internals of the date picker causing that.
Cheers,
Rob
mobile[foo]