maxep / MXParallaxHeader

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

MXScrollView setContentOffset not work #55

Closed hamichamp closed 5 years ago

hamichamp commented 7 years ago

When scrolling up MXScrollView, _lock is set to YES At this time, if I try to set the scroll position of MXScrollView with setContentOffset, the scroll position can not be changed. For example, I want to tap a table cell and want to return to the initial scroll position.

rr-dw commented 7 years ago

+1 We had similar issue(_lock forbids to scroll down - expand) and when I wanted to make pull request with fix, I noticed that there is exactly same fix as mine, so I can confirm that this solution works.

Edit: Noticed that version 0.6.1 already fixed this with different approach

maxep commented 5 years ago

Already fixed