Posts

Post not yet marked as solved
2 Replies
No, unfortunately not.Still the same problem with Xcode 11.x and iOS 13.x
Post not yet marked as solved
4 Replies
Nevertheless, I'd rather see this as a bug.When using the tab bar controller on a master controller in split view, there is plenty of room vertically, but no room in width. So even 4 tab bar items with little text are pushed together and are not very legible at all. This would be no problem with the text beneath the icons.http://www.tinbert.com/download/dev/TabBarInSimulator.png
Post not yet marked as solved
4 Replies
It happened to be the default view for years in my UI. I must admit, I have'nt touched the code for several years - and now my UI was broken when I went to iOS 12/13 SDK.Thank you for the link to Stackoverflow. The trick with overriding traitCollection in my own UITabBar class did it for me.