ios - UISegmentedControl to display different view controllers -


I was just asking myself that to pass it with a view controller, UISegmentedControl It is OK to use

It is explained in the Human Interface Guidelines document that can be used to use UISegmentedControl from one view, from one form to another Pass, but does not mention it as the viewController .

I think you can use a container view controller, add some child view controller And between them the switch can switch to control selection changes.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -