TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | May 2014 |
Maintained by Unclaimed.
A fork of GKImagePicker by @gekitz, taking off in a slightly different tangent. Notable changes to it are:
self.imagePicker = [[GKImagePicker alloc] init];
self.imagePicker.cropSize = CGSizeMake(320, 496);
self.imagePicker.delegate = self;
[self.imagePicker showActionSheetOnViewController:self onPopoverFromView:btn];
Under MIT. See license file for details.