When in the Camera Roll section of the Photos app, you can click on the top right button to edit the photo. Toggles down the tab bar with new buttons below.
I would like to do something like that, but I can not go to the top of my button tab bar. Is there any way to specify the layer order? Or do I need to do something different?
I will add a new UIView. I'll add it to my tab bar (say, say UI window) from there, you can use -bringViewToFront (or something similar). In this way, what control will you have in front of UITabBarController?
Comments
Post a Comment