views:

192

answers:

1

How can I create a ToggleButton in Obj-C? Skin the UISwitch or subclass the UIButton?

A: 

I believe this post may answer this : http://stackoverflow.com/questions/2255166/iphone-uibutton-with-uiswitch-functionality

Lee Probert
Also this post: http://stackoverflow.com/questions/1702194/how-to-use-a-uibutton-as-a-toggle-switch
Lee Probert