Hi,
So I'm calling this:
[leftSwitch hidden:NO];
but the iPhone Simulator just crashes (no compiler errors) when I click on the Segmented Control that calls the IBAction that this code is from.
However, as soon as I change this to:
leftSwitch.hidden = NO;
it works...I made no other changes.