Skip to content

Instantly share code, notes, and snippets.

@yoshimin
Created August 24, 2014 09:08
Show Gist options
  • Save yoshimin/82a31fc1f3d3f2a4c325 to your computer and use it in GitHub Desktop.
Save yoshimin/82a31fc1f3d3f2a4c325 to your computer and use it in GitHub Desktop.
YMNImageCropViewControllerのインスタンスを生成
self.imageCropViewController = [[YMNImageCropViewController alloc] initWithImage:image];
self.imageCropViewController.delegate = self;
[self presentViewController:self.imageCropViewController animated:NO completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment