Cuberto / bubble-icon-tabbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabbar height get changed on orientation

pprraasshhaanntthh opened this issue · comments

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

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

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

@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

@askopin any updates?

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.