-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iPhone X tab bar misplaced in landscape orientation #212
Comments
Yes, me too... |
@0ber , Can you check please |
Same problem here |
@matvdg I encountered same crash. My solution is subclass RAMAnimatedTabBarController and override this method. Hope it can help |
Anyone found the solution? |
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. |
Hi! |
Seems icons are overlapping the edge of the tab bar for iPhone X:
The text was updated successfully, but these errors were encountered: