我写了一个从PhotoLibray拍照的应用程序。当我运行应用程序时,它成功了,然后我从库中选择了一张图片,并将allowEditing属性设置为YES,但当编辑屏幕显示时,没有编辑工具显示,我无法编辑该图片。我用的是xcode6,类是UIImagePickerController。代码如下:
- (IBAction)takePicture:(id)sender
{
UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init];
// If the device ahs a came