Created
August 24, 2014 09:08
-
-
Save yoshimin/82a31fc1f3d3f2a4c325 to your computer and use it in GitHub Desktop.
YMNImageCropViewControllerのインスタンスを生成
This file contains 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
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