I wanted to make a UITabBar that when device-Orientation changes the icons of the TabBar match. Anyone who has used a Palm Pre/ Web OS device camera will know what i mean. At this stage i'm just interested in hearing different approaches to the problem.
My solution is (theoretical)
Subclass UITabBar, listen for the orientation change, and iterate through the subViews, rotating UILabels and UIImageViews/ UIButtons as i go. (I assume thats the composition of the internals)
Thoughts and suggestions?