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
Describe the bug
below method and variable are deprecated from 5.1.0.
tapHandler
yOffset
But currently SwiftHub using 5.0.3, and it will crash while app launch.
if comment out the tapHandler. and change the yOffset to the new var --> titlePositionAdjustment.vertical
The text was updated successfully, but these errors were encountered:
update to version 5.1, still have issues as below:
1.Method does not override any method from its superclass
2. 'RAMAnimatedTabBarItem' has no member 'yOffSet'
3.'RAMAnimatedTabBarController' has no member 'tapHandler'
Describe the bug
below method and variable are deprecated from 5.1.0.
But currently SwiftHub using 5.0.3, and it will crash while app launch.
if comment out the tapHandler. and change the yOffset to the new var --> titlePositionAdjustment.vertical
The text was updated successfully, but these errors were encountered: