Mario Iannotta

Results 29 comments of Mario Iannotta

Hi, I checked your video and now I've understood the problem, try to use the code i just pushed on develop and let me know how that works, if everything...

You're one hell of a tester! Thanks for finding out all of these bugs :) I've pushed a little refactoring of the gestures handling on develop that looks so much...

Hi again, I've fixed the first issue. I think the second issue (scroll lag when swiping to bottom), is related to the unexpected bounce when scrolling from the top to...

Maybe I could revert that commit and you could create a PR adding your collection view subclass to fix the issue?

Hi @AndreaMiotto, thanks for opening the issue and super thanks for providing the solution! It would be great if you could provide a PR, I don't want to take credit...

It is really hard to understand the issue here. My guess here is that you are calling the method `addPullUpController(, initialStickyPointOffset: , animated: )` using a wrong value as `initialStickyPointOffset`...

Hello @hxsseeb could you please attach the example project here?

I think you didn't wait for the upload to finish, can you please double check?

Hey I did a little investigation and the problem is that the space of the bottom bar is never take into account in the calculations. eg: [this line](https://github.com/MarioIannotta/PullUpController/blob/1b294293d7fe94dd59c7e93ee2ef9115be4d40c2/PullUpController/PullUpController.swift#L243) I'm not...

No worries at all :) https://github.com/MarioIannotta/PullUpController/issues/57 here there's a solution for the issue you're reporting, let me know if it works for you.