How to capture photo by adding overlay
问题 I tried to add overlay when capturing the photo. i could successfully add the overlay in preview but once i tap the photo capture button,the overlay view (around 40px ) will upside down and also i tried to save the image in photo album but saved image does not contain the overlay image. i attached the below, if i am wrong please guide me? //In ViewDidLoad// OverlayView *overlay = [[OverlayView alloc] initWithFrame:CGRectMake(0, 0, 320, 460)]; UIImagePickerController *picker = [