khoren93 / SwiftHub

GitHub iOS client in RxSwift and MVVM-C clean architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAMAnimatedTabBarController 5.0.3 is outdated, please upgrade to 5.1.0

wangdu1005 opened this issue · comments

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

@wangdu1005 thanks for an issue, i updated all pods, please check out :)

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'

Pls help to double confirm, thx!