Skip to content

Instantly share code, notes, and snippets.

@steipete
Last active April 24, 2016 11:31
Show Gist options
  • Select an option

  • Save steipete/f69bf90e34a659351f6e to your computer and use it in GitHub Desktop.

Select an option

Save steipete/f69bf90e34a659351f6e to your computer and use it in GitHub Desktop.
// 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