Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone ($4.99)

dotnetIQ ($4.99)

Your First iPhone App ($1.99)

iPocket Tools 9 in 1 ($0.99)

Catch-Me (Free)

Alien Strike ($0.99)

Historic Olympic Medal-Table ($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 07-06-2009, 12:43 AM   #1 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 98
Default Writing Image to Photo Album Fails!!!

Hey i used to store my captured image into photo album but it fails to store the image that is captured recently!! When i capture more that a image it will store up-to the recent image.I had used the following method to check whether the image is stored properly but there is no error
Code:
UIImageWriteToSavedPhotosAlbum(photo, self, (SEL)@selector(image:didFinishSavingWithError:contextInfo:), nil)
is there any other method to check whether the image is stored properly on the photo album!!
lokidil is offline   Reply With Quote
Old 07-06-2009, 02:45 AM   #2 (permalink)
Registered Member
 
Join Date: Jul 2008
Posts: 401
Default

Quote:
Originally Posted by lokidil View Post
Hey i used to store my captured image into photo album but it fails to store the image that is captured recently!! When i capture more that a image it will store up-to the recent image.I had used the following method to check whether the image is stored properly but there is no error
Code:
UIImageWriteToSavedPhotosAlbum(photo, self, (SEL)@selector(image:didFinishSavingWithError:contextInfo:), nil)
is there any other method to check whether the image is stored properly on the photo album!!
I've used the following code many times and it never failed:

Code:
UIImageWriteToSavedPhotosAlbum(myImage, nil, nil, nil); //myImage is a UIImage
NewiPhoneDeveloper is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


» Advertisements
» Stats
Members: 21,510
Threads: 35,794
Posts: 156,817
Top Poster: smasher (2,449)
Welcome to our newest member, dmf1978
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:02 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0