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
{{ message }}
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
When displaying a view that hides the tab bar (eg: the "Hide Bottom Bar on Push" option in Interface Builder) the view has an empty area where the tab bar would be.
I think the fix would be to just check if the tab bar is hidden before subtracting it's height in the layoutSubviews method:
When displaying a view that hides the tab bar (eg: the "Hide Bottom Bar on Push" option in Interface Builder) the view has an empty area where the tab bar would be.
I think the fix would be to just check if the tab bar is hidden before subtracting it's height in the layoutSubviews method:
The line I'm referring to is the 2nd to last one:
The text was updated successfully, but these errors were encountered: