You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we have UITableView which is used in our app and FacebookStyleBarBehaviorDefiner perfectly matches our requirements, but we have one issue...
Our UITableView is aable to load more stuff - pagination. While we load new page contentOffset changes and BLKFlexibleHeightBar is presented out of nothing, which creates this weird behavior.
Looks like this code is responsible for what's happening:
So when I log what values do I have there I've noticed that at some point deltaYOffset is negative when it shouldn't while I'm scrolling to the bottom. I've changed this, so I always get positive number there, but then I wasn't able to scroll to the top to see the bar again.
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered:
So we have
UITableView
which is used in our app andFacebookStyleBarBehaviorDefiner
perfectly matches our requirements, but we have one issue...Our
UITableView
is aable to load more stuff - pagination. While we load new pagecontentOffset
changes andBLKFlexibleHeightBar
is presented out of nothing, which creates this weird behavior.Looks like this code is responsible for what's happening:
So when I log what values do I have there I've noticed that at some point
deltaYOffset
is negative when it shouldn't while I'm scrolling to the bottom. I've changed this, so I always get positive number there, but then I wasn't able to scroll to the top to see the bar again.Any ideas how to solve this?
The text was updated successfully, but these errors were encountered: