Shams Ahmed
Shams Ahmed
@jaytrixz can you provide a screenshot?
@jaytrixz Thanks for the screenshot i managed to reproduce this bug, ill need to look for a solution that works
there bugs in `updateImageViewFromScrollEvent` method i need to limit it so only expand if the touch is on the header
Ive fixed the issue, can you try validate this with the latest version from master. ``` pod 'SAStickyHeader', :git => '[email protected]:shams-ahmed/SAStickyHeader.git', :branch => 'master' ```
@jaytrixz did you place the above code snippet, it not tagged up yet as i need to confirm bug been resolved
@jaytrixz ive pushed version 0.6.0 on cocoapods.
I changed the behaviour to only scroll if touch event is the header, if it finds a table cell then it wont scroll
i cant reproduce this, can you provide a sample project please or alter the example project please?
Ive looked into the sample code, i going to try create a proper fix soon in the mean time you can apply the header like this: ``` override func viewDidLoad()...
@glennposadas i made some progress on feature/forceTouch branch, but it not 100% solution. ATM am working on another project which is taking alot of my spare time, hopefully i can...