UITableView Selection
How do I make all UITableViewCell's not show a selection. I have UISwitches on each cell, and I want them to not show, so when the user touches them, nothing happens. I think I have the wrong code, so can someone please help me! This is what I have:
[cell setAccessoryType:UITableViewCellSeparatorStyleNone];
|