0

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

EricDumont
  • 63
  • 5

2 Answers2

0

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

Alexsander Akers
  • 15,967
  • 12
  • 58
  • 83
0

I have to disagree to Aleksander. Looking through the code, and the comments section, this is all done using public APIs. There's no rule against poking and prodding the subviews of existing views

Jordaan Mylonas
  • 1,261
  • 1
  • 11
  • 24