Last active
April 24, 2016 11:31
-
-
Save steipete/f69bf90e34a659351f6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // I don't have to mention that you shouldn't do that in production, right? | |
| @interface UIImagePickerController (Private) | |
| - (void)_setValue:(id)value forProperty:(NSString *)property; | |
| @end | |
| UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init]; | |
| [imagePicker _setValue:@YES forProperty:@"_UIImagePickerControllerAllowAnySuperview"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment