ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 616 forks source link

PanAnimation on tab bar not working. #48

Open viveksinha9 opened 8 years ago

viveksinha9 commented 8 years ago

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)