Same view in multiple tabs
问题 My app has a UITabBar with four tabs... each with its own custom UIViewController. Three of them have a map plus other UI elements in common, in the same place on the screen.. in two of these views the map is initially hidden. It seems like it would make more sense to make these three view the same instance of the same view controller.. and just hide/show elements. Is it possible to do this with the tab bar? 回答1: I don't think those who answered "yes" read your question closely enough. You