I have a tab bar controller. I want to have a camera always open on one of the tabs, but underneath the camera, you can still see the rest of the tabs. How do I make it so that the camera doesn't take up the whole screen, but is just above the tab bar?
(By the way, to be specific, I'm not actually using a UIIMagePickerController, but the ZBarReader) Thank you
The comment was right: Did you try to add it as a sub view to a superview that itself is smaller than the screen?