iPhone SDK 3.0 GM

Posted in iPhone, Me, Objective-C, Programming, Projects on Jun 09, 2009

While looking into my app for deprecated methods I have found one that did not have much documentation to it. It was a delegate method from UIImagePickerControllerDelegate and this is the way I use it for when an image is ready to be posted.

- (void)imagePickerController: (UIImagePickerController *)picker didFinishPickingImage: (UIImage *)img editingInfo: (NSDictionary *)editInfo {
  [[picker parentViewController] dismissModalViewControllerAnimated:YES];
  [image setImage:img];
  [self confirmPhotoUpload];
}

Now the only problem with that method above is that it is now deprecated in the iPhone OS 3.0 SDK and you must now use a method called imagePickerController:didFinishPickingMediaWithInfo:
and the way I use that method is like this:

- (void)imagePickerController: (UIImagePickerController *)picker didFinishPickingMediaWithInfo: (NSDictionary *)info
{
  [[picker parentViewController] dismissModalViewControllerAnimated:YES];
  UIImage * img = [info objectForKey:@"UIImagePickerControllerEditedImage"];
  [image setImage:img];
  [self confirmPhotoUpload];
}

So if your stuck trying to figure out what method to now use, use imagePickerController:didFinishPickingMediaWithInfo: and what will have a NSDictionary with all the needed information about the image.

Trackback URI | Comments RSS

One Response to “ iPhone SDK 3.0 GM ”

  1. # 1 Philip Macduffee Says:

    It really is and so warm these days which i can easily rarely get myself to be able to roller-skate available as one captivating, attractive disco range continuously devoid of passing out.

Leave a Reply

  • Recent Comments

    • tory burch canvas tote: Incredible, I actually better begin saving this money. Really like a lot of these kind of...
    • Kostenloser Stromanbieter Vergleich online: A truly gripping article. I leave maintain to supervise it.
    • a4928971: I’ve said that least 4928971 times. SCK was here
    • Jennifer Youns: Many thanks to you for sharing these kind of wonderful content. In addition, the optimal travel plus...
    • Alonzo Williams: Thanks for your write-up on the travel industry. We would also like to add that if you’re a...

    Recent Listened to Tracks

    Loading...

Bad Behavior has blocked 192 access attempts in the last 7 days.

eastern-avalanche
eastern-avalanche
eastern-avalanche
eastern-avalanche