Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.13k stars 1.33k forks source link

iPhone X tab bar misplaced in landscape orientation #212

Open alijaza opened 6 years ago

alijaza commented 6 years ago

Seems icons are overlapping the edge of the tab bar for iPhone X:

image

xgoo commented 6 years ago

Yes, me too...

sunilprajapatisa commented 6 years ago

@0ber , Can you check please Me also facing same problem

Ta7an commented 6 years ago

Same problem here

matvdg commented 6 years ago

as for me, the lib crashes my app when I turn my iPhone from portrait to landscape mode. 👎

screenshot 2018-11-05 at 16 50 48
evan-whitecoat commented 5 years ago

as for me, the lib crashes my app when I turn my iPhone from portrait to landscape mode. 👎

screenshot 2018-11-05 at 16 50 48

@matvdg I encountered same crash. My solution is subclass RAMAnimatedTabBarController and override this method. Hope it can help

vtkumaresan commented 5 years ago

Anyone found the solution?

thejeff77 commented 4 years ago

The tab bar controller does a re-layout on rotation, and on phones it often hides the label. It appears that the library may be forcing space for the label, and in my case keeping the label visible on rotation.

My app also experiences icons cutting off at the bottom of the screen when rotating.

I know that iPhone X has a new bottom layout thingy because of the extended screen, but I don't know the intricate details. I'm not sure how well this library plays with the UITabBarController's built in layout mechanisms.

das-anubhav commented 3 years ago

Hi! I would like to solve this issue.