views:

67

answers:

1

What's the best way to get a reference to other views using default controllers? My MainView.xib is a TabBarController, and I want to know the best way to call methods from one view on another, or change data properties. Any transfer of data will also necessitate that the tabs switch, but I haven't figured out how to programatically control that yet, either.

Thoughts?

A: 

Just subclass UITabViewController.

Stefan Kendall