iOS: Setting text in nib subview from view in UITabBar/UINavigationController application
问题 I'm having a problem getting a UISearchDisplay's text value to be set programatically on load of the view by another view and my question is have I overcomplicated my problem and missed something or am I on the right track of thinking. Here's the situation: I have a UITabBarController as my root view, there are 2 tabs, both have a UINavigationController setup so I can push views as needed. Tab 1 has a UITableViewController which is populated with a list of categories. Tab 2 has a MapView in