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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -