Skip to content

Instantly share code, notes, and snippets.

@Nub
Created October 13, 2011 05:50
Show Gist options
  • Select an option

  • Save Nub/1283498 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/1283498 to your computer and use it in GitHub Desktop.
UIImagePickerController *imagepicker = [[UIImagePickerController alloc] init];
imagepicker.modalPresentationStyle = UIModalPresentationFullScreen;
CreateTributeView *createView = (id)self.view;
imagepicker.delegate = createView;
[self presentModalViewController:imagepicker animated:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment