开发者

Is it possible to maintain UIButtons across multiple views?

开发者 https://www.devze.com 2023-03-31 03:44 出处:网络
Is it possible to maintain the display and update of UIButtons across multiple views in a UITabBar on the iPhone?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消