Iterieren alle UIViewControllers auf die app

Habe ich eine xib-mit dieser Struktur:

- Tab Bar Controller
-- Tab Bar
-- NavigationController
--- Navigation Bar
--- News List View Controller
---- Navigation Item
--- Tab Bar Item

-- NavigationController
--- Navigation Bar
--- News List View Controller
---- Navigation Item
--- Tab Bar Item
-- NavigationController
--- Navigation Bar
--- News List View Controller
---- Navigation Item
--- Tab Bar Item
[...]

Wie kann ich code eine Schleife, um jede UIViewController (News-List-View-Controller) in jeder iteration?

InformationsquelleAutor Jimmy | 2011-10-18
Schreibe einen Kommentar