Search code examples
xcode4uisegmentedcontroliphone-privateapi

UISegmentedControl : Private API


I am trying to customize a UISegmentedControl with that tutorial :

http://www.framewreck.net/2010/07/custom-tintcolor-for-each-segment-of.html

Do you know if this is private api ? I actually don't want my application to be rejected from the AppStore.

Thanks in advance, Eric


Solution

  • Yes, it is using undocumented/private APIs. I suggest finding an open source project or tutorial that fulfills your needs.