maxep / MXParallaxHeader

Simple parallax header for UIScrollView
MIT License
1.73k stars 251 forks source link

UIScroolView as Pager into parallaxHeader #86

Closed vlmax74 closed 6 years ago

vlmax74 commented 6 years ago

Hi,

I'm trying to insert in the header a image carousel (using a UIScrollView with paging enabled) and not only a single image. The vertical scroll is ok but it is not possible to swipe horizontally the images on the header. Seems that the pan gesture is not propagating events to the UIScrollview in the header view.

How can I solve?

vlmax74 commented 6 years ago

Ok i've solved. I forgot to enable scrolling on the pager scrollview. Sorry for post!