animated-tab-bar icon indicating copy to clipboard operation
animated-tab-bar copied to clipboard

iPhone X tab bar misplaced in landscape orientation

Open alijaza opened this issue 7 years ago • 8 comments
trafficstars

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

image

alijaza avatar Feb 27 '18 20:02 alijaza

Yes, me too...

xgoo avatar Apr 10 '18 09:04 xgoo

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

sunilprajapatisa avatar May 31 '18 09:05 sunilprajapatisa

Same problem here

Ta7an avatar Jun 10 '18 08:06 Ta7an

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 avatar Nov 05 '18 15:11 matvdg

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

evan-whitecoat avatar May 24 '19 05:05 evan-whitecoat

Anyone found the solution?

vtkumaresan avatar Jul 18 '19 08:07 vtkumaresan

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.

thejeff77 avatar Nov 16 '19 03:11 thejeff77

Hi! I would like to solve this issue.

das-anubhav avatar Aug 23 '21 20:08 das-anubhav