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
This seems to be related to .replace, if I comment out loadHome() in viewDidLoad() it shows the tabBar. If I navigate to one of my buttons, the tabBar does not show once the replace loads. If I navigate to a page within that view with advance, the TabBar then shows.
I was able to find a solution, adding tabBar.invalidateIntrinsicContentSize() to the loadTabs function resolved the issue. I will submit a pull request.
The TabBar is not showing on devices that have a physical home button such as the iphone SE, 8, etc.
The text was updated successfully, but these errors were encountered: