how to change UITabbar selected color?

后端 未结 4 1487
礼貌的吻别
礼貌的吻别 2020-12-18 14:02

according to this post for now, Is apple will also reject this code?

and how to implement what apple will approve?

@interface UITabBar (ColorExtensi         


        
4条回答
  •  伪装坚强ぢ
    2020-12-18 14:40

    Yes, Apple will reject an app if you use that code.

    I just had an app rejected for using private API calls. Specifically "_updateView". And I used the exact same code as above.

    (If other people say that their app got approved with the same code it's just because it wasn't checked for use of private APIs.)

提交回复
热议问题