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
I have the same problem,tabbar setHeight only set current frame,after switch tab,the height of tabbar still equal tabBarHeight + safeAreaBottom / 1.5f。in order to set height of tabbar,we can create a new class which Inherited from RDVTabBarController and rewrite method viewDidLayoutSubviews。
tabBarHeight is fixed to 58.f
so my code [self.tabBar setHeight:49 + bottomHeight] mean nothing
Steps to Reproduce
do like this?
The text was updated successfully, but these errors were encountered: