Share background view between tabs on a UITabBarController

Posted by MikeQ on Stack Overflow See other posts from Stack Overflow or by MikeQ
Published on 2010-04-15T13:31:57Z Indexed on 2010/04/15 13:33 UTC
Read the original article Hit count: 506

Is it possible to have the same background between tabs on a UITabBarController without having to set the same background on all the views? I want to put a view in the background that periodically does a very short, non-resource intensive animation. When switching tabs, I'd like that animation to persist. I've read how to do it for UINavigationControllers, but haven't found any tips for a UITabBarController.

© Stack Overflow or respective owner

Related posts about uitabbarcontroller

Related posts about iphone