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
Tab bar swipe animation stopped working
if tabBar.selectedIdex = n is called. (n index of tab)
If I removed this line then all animation will work good again.
tabBar.selectedIdex = n is called in a callback method. (didUpdateLocations)
The text was updated successfully, but these errors were encountered:
Tab bar swipe animation stopped working
if tabBar.selectedIdex = n is called. (n index of tab)
If I removed this line then all animation will work good again.
tabBar.selectedIdex = n is called in a callback method. (didUpdateLocations)
The text was updated successfully, but these errors were encountered: