khoren93 / SwiftHub

GitHub iOS client in RxSwift and MVVM-C clean architecture
MIT License
3.02k stars 537 forks source link

RAMAnimatedTabBarController 5.0.3 is outdated, please upgrade to 5.1.0 #24

Open wangdu1005 opened 4 years ago

wangdu1005 commented 4 years ago

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

khoren93 commented 4 years ago

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

deepindo commented 4 years ago

update to version 5.1, still have issues as below: 1.Method does not override any method from its superclass

  1. 'RAMAnimatedTabBarItem' has no member 'yOffSet' 3.'RAMAnimatedTabBarController' has no member 'tapHandler'

Pls help to double confirm, thx!