/TestOverlay

Demonstrates an issue with photo overlay in the UIImagePickerController

Primary LanguageObjective-C

This project demonstrates the solution to a a problem I was having when using an image as the overlay view in the UIImagePickerController. 

My first attempt resulted in the overlay being offset by 50 pixels. This was fixed by resizing the image and specifying the placement in the overlay view.