I was just asking myself if it is alright to use a UISegmentedControl
to pass from one view controller to another (One UISegmentedControl
in each view controller, more precisely).
It is told in the Human Interface Guidelines document that UISegmentedControl
may be used to pass from one view, one appearance, to another, but does not mention viewController
as it.