iPhone - UIScrollView is scrolling before UIDatePicker that is placed inside it

Posted by Oliver on Stack Overflow See other posts from Stack Overflow or by Oliver
Published on 2011-01-17T00:46:37Z Indexed on 2011/01/17 0:53 UTC
Read the original article Hit count: 198

Hello,

I have a UIDatePicker inside a UIScrollView. But the UIDatePicker does not respond to scroll touches. It's the scrollview that is scrolling. Reading some docs on the net, I've set "Delay Content Touches" to NO, an now I see the datepicker starting a slight scroll, but it's still the scrollview that take the final word. I have some place on the screen where the user can touch to scroll the view. So how may I separate the two kind of scrolls ans make the datepicker scroll in a normal way ?

Thank you for your help

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiscrollview