iPhone - UIScrollView and UIDatePicker scrolling conflict : the one interfer with the second

后端 未结 2 1628
Happy的楠姐
Happy的楠姐 2020-12-19 19:00

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

2条回答
  •  时光取名叫无心
    2020-12-19 19:11

    Combine @ Oliver's answer with this one for keyboard text hiding issues, and you've got one awesome class for scroll view's.

    http://github.com/webartisan/TPKeyboardAvoiding

    Love Stackoverflow!!!!

    Thanks.

提交回复
热议问题