How to add an UISwitch to a grouped table view?
What开发者_StackOverflow中文版 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.
Here's a good tutorial to do what you want: http://www.drobnik.com/touch/2010/07/cells-with-switch/
精彩评论