iOS7 has changed the UIPickerView, it only returns 3 subviews now, and the second subview has some of its own subviews.
I've been trying to add a UIGestureRecogniser to each of the subviews to allow the center row to be touch selected, but no luck.
Even adding a UIView to the UIPickerView does nothing, it doesn't respond to any touches.
What the hell do I do?!?