[Solved] Different ViewController if different selectedSegmentIndex
First wire a segue for each viewController. control-drag from the viewController icon at the top of ViewControllerA to another ViewController and select the segue type. Click on the segue arrow between the viewControllers, and set its identifier in the Attributes Inspector on the right. Repeat steps 1 and 2 for each ViewControllerB, ViewControllerC and ViewControllerD … Read more