You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App with all rotations enabled (all checks in project/info.plist)
tabman view controller having .portrait as only supported interface orientation, with a bottom bar with TMTabBarItemButton as items
Start the app with the iPhone in landscape
Result:
The "tab bar" is showing all the items in the "landscape layout" (image and title on the same line) instead of the expected "portrait layout" (image on top, title below).
I believe this has to do with UIDeviceOrientation being used in makeComponentConstraints instead of having a way to retrieve the interface orientation.
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Issue Description
Scenario:
.portrait
as only supported interface orientation, with a bottom bar with TMTabBarItemButton as itemsResult:
The "tab bar" is showing all the items in the "landscape layout" (image and title on the same line) instead of the expected "portrait layout" (image on top, title below).
I believe this has to do with
UIDeviceOrientation
being used inmakeComponentConstraints
instead of having a way to retrieve the interface orientation.The text was updated successfully, but these errors were encountered: