iOS 11 iPhone X simulator UITabBar icons and titles being rendered on top covering eachother

前端 未结 30 2396
误落风尘
误落风尘 2020-11-29 17:05

Anyone having issue with the iPhone X simulator around the UITabBar component?

Mine seem to be rendering the icons and title on top of each other, I\'m not sure if I

30条回答
  •  -上瘾入骨i
    2020-11-29 17:54

    I had the same problem.

    If I set any non-zero constant on the UITabBar's bottom constraint to the safe area:

    It starts working as expected...

    That is the only change I made and I have no idea why it works but if anyone does I'd love to know.

提交回复
热议问题