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
I noticed an issue with TabBar which is used by PageTabBarController when the divider is visible and tabBarStyle is set to .scrollable. The divider is initially at correct position, but after I scroll to another controller, the divider x offset is off. The x position is calculated correctly when tapping on tabs (although there is a weird/glitchy animation, the bounce starts animating and is immediately corrected).
Here's a PageTabBarController with multiple tabs after first scroll:
The text was updated successfully, but these errors were encountered:
Darn, I shouldn't have released that feature in this version. I will need to take that out now until it is ready. Thank you! I am going to close this issue, as the feature was accidentally released and will be removed now.
I noticed an issue with
TabBar
which is used byPageTabBarController
when the divider is visible andtabBarStyle
is set to.scrollable
. The divider is initially at correct position, but after I scroll to another controller, the dividerx
offset is off. Thex
position is calculated correctly when tapping on tabs (although there is a weird/glitchy animation, the bounce starts animating and is immediately corrected).Here's a
PageTabBarController
with multiple tabs after first scroll:The text was updated successfully, but these errors were encountered: