iphone - using a UISwitch
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-03-26T12:07:21Z
Indexed on
2010/03/26
12:13 UTC
Read the original article
Hit count: 534
I need to implement a view where I need the user to answer several questions using YES or NO. I thought of using a UISwitch but as far as I see it does not allows replacing the ON/OFF messages it shows with YES/NO. Am I wrong?
I thought of implementing a segmented control with 2 buttons but this is like using a cannon to kill a fly...
Any suggestions on how to do that?
thanks
© Stack Overflow or respective owner