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

More tab button not display morenavigation controller on second time #231

Closed mohsinbmwm3 closed 1 year ago

mohsinbmwm3 commented 4 years ago

Hello, When i click on more tab for first time it is displaying morenavigation controller works fine. If i select an option from morenavigation controller it is displaying that viewcontroller. Now if i click again on more tab it should display moreNavigation controller but it is not displaying. It keeps displaying the controller which i selected first time.

Can anyone please help me with this, i need more tab working please? Thanks, Mohsin Khan

mohsinbmwm3 commented 4 years ago

And its only happening when extending my controller to ESTabbarController. With UITabbarController it works fine.