6
UISwitch en una celda UITableView
¿Cómo puedo incrustar un UISwitchen una UITableViewcelda? Se pueden ver ejemplos en el menú de configuración. Mi solución actual: UISwitch *mySwitch = [[[UISwitch alloc] init] autorelease]; cell.accessoryView = mySwitch;