views:

29

answers:

1

What is the easiest way of creating an UISwitch inside a grouped table view without using a Settings Bundle? Is it possible to do it using Interface Builder without programmatically adding the switch? The desired appearance is like this apple example.

+1  A: 

Here's a good tutorial to do what you want: http://www.drobnik.com/touch/2010/07/cells-with-switch/

iPhoneDevProf
Perfect! Thanks a lot!
Ed Taylor