2

I have a need to include the functionality of the Switch object in my app. I'm writing the app in C# with Monotouch. By default, the Switch component shows either "ON" or "OFF". My question is, is there a way to change this text to be "YES" or "NO"?

Thank you!

Mono Developer
  • 609
  • 2
  • 7
  • 22

2 Answers2

0

No, unfortunately you can't customize the words in the UISwitch control even in Objective-C.

Jason Coco
  • 77,985
  • 20
  • 184
  • 180
0

You will need to use a UISegmentedControl to acheive this behavior.

competent_tech
  • 44,465
  • 11
  • 90
  • 113