jeduan / cordova-plugin-crop

Crop an image in Cordova
MIT License
114 stars 170 forks source link

code explaination #23

Closed edvenkat closed 7 years ago

edvenkat commented 8 years ago

Hai jeduan I need to show the one view controller.......... like image and crop option inside the popup u displayed in this plugin....how to do this? I analysis the ur code i thinks following line..

UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:cropController]; if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { navigationController.modalPresentationStyle = UIModalPresentationFormSheet; } [self.viewController presentViewController:navigationController animated:YES completion:NULL];

but i don't know how to link with self.vieController..... Please help me ya.. and send the step to do this please advice...........

edvenkat commented 8 years ago

how to link with self.delegate not found how to use the following line [self.delegate cropViewController:self didFinishCroppingImage:self.cropView.croppedImage];

Please advice......

jeduan commented 7 years ago

Sorry, didn't understand the question. feel free to reopen.