eggswift / ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
MIT License
5.17k stars 578 forks source link

Navigation bar height error when i pushViewController from tabBarController at the first time run app #256

Open chanhdatng opened 3 years ago

chanhdatng commented 3 years ago

I have an issue that when the first time i run build the app (Only the first time, remove app and run build): The navigation bar height is smaller when i pushViewController from tabBarController. VC1(ESTabBarController) ---push---> VC2(UIViewController) : Error Occurred VC1(UIViewController of ESTabBarController) --push--> VC2(UIViewController) : OK

The error occurred only when the first time build app, when kill the app and open again, everything is ok.

I dont know which caused this error, ESTabbar or OS or statusBar ..

The navigation bar is smaller here IMG_0424

Kill app and open again, things is good. IMG_0425

Please help me, thank you so much!

chanhdatng commented 3 years ago

P/s: The error no appear on The Notch Device