<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Camera Application to Take Pictures and Save Images to Photo Album</title>
	<atom:link href="http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Amin</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-64231</link>
		<dc:creator>Amin</dc:creator>
		<pubDate>Sat, 10 Dec 2011 18:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-64231</guid>
		<description>How to save image from my current image. I have 10 pictures reside in the folder called pages/image1.jpg etc. My app is about ipad picturebook. When user swipe it goes to a new page. Below the page, i have a button to save a picture to photos album. How to do that ? Any tutorial for this ?</description>
		<content:encoded><![CDATA[<p>How to save image from my current image. I have 10 pictures reside in the folder called pages/image1.jpg etc. My app is about ipad picturebook. When user swipe it goes to a new page. Below the page, i have a button to save a picture to photos album. How to do that ? Any tutorial for this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-62422</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 09 Nov 2011 15:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-62422</guid>
		<description>Steve,

You will receive that error message, or something similar, when trying to access the camera in the simulator. You could put a check in there to see if the camera is available. Only allow camera access if it is available and then the app shouldn&#039;t crash when you run it in your simulator.

Also, you can save to your application&#039;s documents directory. You should be able to find a lot of documentation on this if you search for NSFileManager and use that in combination with returned array from the method call NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES).

Charles</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>You will receive that error message, or something similar, when trying to access the camera in the simulator. You could put a check in there to see if the camera is available. Only allow camera access if it is available and then the app shouldn&#8217;t crash when you run it in your simulator.</p>
<p>Also, you can save to your application&#8217;s documents directory. You should be able to find a lot of documentation on this if you search for NSFileManager and use that in combination with returned array from the method call NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES).</p>
<p>Charles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-62395</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 09 Nov 2011 06:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-62395</guid>
		<description>Hi, great tutorial, Very simple and easy understanding. Few questions... I know this will NOT work in the simulator but tried anyways to see what would actually happen when i click the &quot;Activate Camera&quot; button. It crashes the app and i get the SIGABRT error. 
Should it display this error since the camera will not run in the simulator?

Also how can i use the picture in my app instead of saving to photo gallery?  Any documentation or reference much appreciated!

Thanks!
Steve</description>
		<content:encoded><![CDATA[<p>Hi, great tutorial, Very simple and easy understanding. Few questions&#8230; I know this will NOT work in the simulator but tried anyways to see what would actually happen when i click the &#8220;Activate Camera&#8221; button. It crashes the app and i get the SIGABRT error.<br />
Should it display this error since the camera will not run in the simulator?</p>
<p>Also how can i use the picture in my app instead of saving to photo gallery?  Any documentation or reference much appreciated!</p>
<p>Thanks!<br />
Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-61250</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-61250</guid>
		<description>Thank You.. Good Work Mr. John</description>
		<content:encoded><![CDATA[<p>Thank You.. Good Work Mr. John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raj</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-60448</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Thu, 22 Sep 2011 08:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-60448</guid>
		<description>thanx...</description>
		<content:encoded><![CDATA[<p>thanx&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-37073</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 10 Jan 2011 07:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-37073</guid>
		<description>Thanks for the post on this.  Have a problem though.

After the image is saved to the camera roll and the modalViewController is dismissed, the test_appViewController does not reappear with the button on it.  Did the testing on the device, of course.  Any clue as to why  this is happening?</description>
		<content:encoded><![CDATA[<p>Thanks for the post on this.  Have a problem though.</p>
<p>After the image is saved to the camera roll and the modalViewController is dismissed, the test_appViewController does not reappear with the button on it.  Did the testing on the device, of course.  Any clue as to why  this is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-36548</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Mon, 03 Jan 2011 22:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-36548</guid>
		<description>Great job, thanks for the info (I was stuck saving the images locally after invoking the camera, but not anymore) - thanks!</description>
		<content:encoded><![CDATA[<p>Great job, thanks for the info (I was stuck saving the images locally after invoking the camera, but not anymore) &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsalan</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-34270</link>
		<dc:creator>Arsalan</dc:creator>
		<pubDate>Wed, 15 Dec 2010 12:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-34270</guid>
		<description>John, no matter how much I appreciate your work it&#039;ll never do justice to how great a job you are doing. Thank you.</description>
		<content:encoded><![CDATA[<p>John, no matter how much I appreciate your work it&#8217;ll never do justice to how great a job you are doing. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohit</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-30847</link>
		<dc:creator>rohit</dc:creator>
		<pubDate>Tue, 09 Nov 2010 08:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-30847</guid>
		<description>excellent..!!!</description>
		<content:encoded><![CDATA[<p>excellent..!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zenchemical</title>
		<link>http://iPhoneDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-24533</link>
		<dc:creator>zenchemical</dc:creator>
		<pubDate>Tue, 31 Aug 2010 18:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-24533</guid>
		<description>It looks like there is some sort of setup that prevents the button click action being called in &#039;viewDidLoad&#039; - at least, I did it, but it didn&#039;t work. Is anyone aware of an application or view delegate method in which instantiating the UIImagePickerController would work?</description>
		<content:encoded><![CDATA[<p>It looks like there is some sort of setup that prevents the button click action being called in &#8216;viewDidLoad&#8217; &#8211; at least, I did it, but it didn&#8217;t work. Is anyone aware of an application or view delegate method in which instantiating the UIImagePickerController would work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

