Can See UISegmentedControl But Can’t Touch It

If your using a UISegmentedControl and don’t have it toggle to a different segment, make sure it has width in it’s frame. e.g

I set the width individually of each segment and forgot to put in the frame width of the control itself, touch the segmented control did nothing. Adding the width, all the touch events fired and the animation fired to show a changed segment.