Search code examples
iphoneobjective-ciosuicolor

underPageBackgroundColor is approved?


can i use

[UIColor underPageBackgroundColor]

or my app will be rejected from apple? It's just for some background colors in some view controllers.


Solution

  • It's documented and it's in the header file. You can use it.

    Why do you think you might not be allowed to use it?