Is it possible to maintain the display and update of UIButtons across multiple views in a UITabBar on the iPhone?
I have several UIbuttons that upd开发者_如何学Cated continually (e.g. a countdown timer, a current time display) that I want to continually display while allowing the user to switch between different views using a UITabBar. Am I making this more difficult than it seems? A UITabBarController in a UINavigationController? Doesn't appear to be permitted.
I don't think it is possible but you can make different buttons for each view and then have them all call apron the same selector with an id of who the call came from...hope that helps. I'm running into the same problem.
精彩评论