How do I show a custom UIImagePicker within a view?
        Posted  
        
            by 
                cory ginsberg
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cory ginsberg
        
        
        
        Published on 2012-06-24T22:08:00Z
        Indexed on 
            2012/06/26
            21:16 UTC
        
        
        Read the original article
        Hit count: 220
        
I'm making an app that involves a 'mirror.' Basically, the view should show the UIImagePickerControllerCameraDeviceFront with a custom border around it that I would create. I have looked around the web for days and I can only find a way of putting a subview on the camera view, I want it to be the opposite way. I have seen this happen before, but I have no idea as how to do it as it appears that UIImagePickerController must be a superview and can't be a subview. Please help me anyway you can and thank you in advanced.
© Stack Overflow or respective owner