Cuberto / bubble-icon-tabbar

MIT License
1.1k stars 105 forks source link

Tabbar height get changed on orientation #6

Open pprraasshhaanntthh opened 5 years ago

pprraasshhaanntthh commented 5 years ago

The tab bar height gets reduced in orientation and later the size is not set the right one

pprraasshhaanntthh commented 5 years ago

simulator screen shot - iphone x - 2019-02-22 at 21 18 21 see the attached image for reference

askopin commented 5 years ago

@pprraasshhaanntthh can you add any information about how you using component, and in which environment?

pprraasshhaanntthh commented 5 years ago

@askopin I used the exact code mentioned in the examples, the example app also gives me the same issue. Currently, I'm running in ios 12.1

pprraasshhaanntthh commented 5 years ago

@askopin any updates?

itsmeichigo commented 5 years ago

I got the same issue when getting back after pushing a view controller with hidesBottomBarWhenPushed = true. I fixed it by applying extendedLayoutIncludesOpaqueBars = true to all of the tab bar controller's child controllers - @pprraasshhaanntthh see if that works for you.