ios - UIPickerView won't move on scrollview -
i have uiscrollview has uiview subview. uiview contains uipickerview. uipickerview not move when try scroll. reading other posts seems having picker view on top of scroll view problem. i'm confused why issue because have uiview in between. also, how fix problem.
try:
scrollview.cancancelcontenttouches = no; scrollview.delayscontenttouches = no;
Comments
Post a Comment