iOS TabBar item title issue in iOS13

后端 未结 3 943
予麋鹿
予麋鹿 2021-02-06 09:42

I am having issue in tabBar title for iOS13 on compiling from Xcode 11.It works perfect whle compiling from Xcode 10.Please find the screenshot for the issue and below is the co

3条回答
  •  醉梦人生
    2021-02-06 10:14

    Remove your if #available(iOS 13, *) and do this the same way you were doing it in iOS 12. The new way, UITabBarAppearance, is full of bugs. Avoid it until they are fixed.

提交回复
热议问题