2

i've a classic UISwitch with ON/OFF options. Changing language on the device, i will have 1 / 0, but i want still ON/OFF, i've searched but i don't find any "fast" solution, have you any ideas?

Thanks.

james
  • 21
  • 1

1 Answers1

0

That's just the way Apple setup the default behaviour of a UISwitch. You could subclass it to get what you want - but it may not be the quick solution you're after.

I did also find this, might be of use:

Changing the text on a UISwitch

Community
  • 1
  • 1
Luke
  • 11,426
  • 43
  • 60
  • 69