UIImagePickerController Overlay Buttons Not Firing
问题 I have a UIImagePickerController of type camera when the user lands on a page. I have put a custom camera overlay on top of the UIImagePickerController, but none of the button events are firing. I know most of this code is from a base Apple code, so I am perplexed as to what is happening. @interface TakePhotoViewController : UIImagePickerController <UIImagePickerControllerDelegate, UINavigationControllerDelegate> ... - (void)showImagePickerForSourceType:(UIImagePickerControllerSourceType