I'm pretty certain my Xcode project is glitching. the bar tab on my third view controller is glitching and the title isn't properly loading until I click on the page.
Example: https://pasteboard.co/HZpmZds.jpg
I tried setting the title programmatically as well as in the storyboard. The Home page is the middle and first page, which i programmatically navigate to using:
tabBarController?.selectedIndex = 1
I noticed if I change the above code to index 0, the home button title won't load either.