according to this post for now, Is apple will also reject this code?
and how to implement what apple will approve?
@interface UITabBar (ColorExtensi
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.)