iPhone - UIScrollView is scrolling before UIDatePicker that is placed inside it
- by Oliver
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