开发者

UIImagePickerController not working on 4.0.2

开发者 https://www.devze.com 2023-01-11 23:46 出处:网络
Is anyone else having this problem? After upgrading to new xcode+sdk 4.0.2, the library image picker does show some built in images, but it never calls...

Is anyone else having this problem?

After upgrading to new xcode+sdk 4.0.2, the library image picker does show some built in images, but it never calls...

- (void)imagePickerController:(UIImagePickerController *)picker 
  didFinishPickingImage:(UIImage *)image
      editingInfo:(NSDictionary *)editingInfo;

Instead it calls...

- (void)开发者_开发技巧imagePickerControllerDidCancel:(UIImagePickerController *)picker;

No Idea what is going on. I am not able to load any photo now into my app.


After restarting my Mac I saved a couple of images from the web, and I am able to load them. Buit-in images still dont open, but for now I am ok with my saved images working.

0

精彩评论

暂无评论...
验证码 换一张
取 消