<?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://MobileDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.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, 16 May 2012 13:20:58 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jake</title>
		<link>http://MobileDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-69938</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Mon, 23 Apr 2012 20:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-69938</guid>
		<description>Holy wowzers.  I decide I want to subscribe so I scroll to the top.  Figuring it would take 3 or four clicks to find what I needed.  Nope... it&#039;s right there at the top.  I love you guys.</description>
		<content:encoded><![CDATA[<p>Holy wowzers.  I decide I want to subscribe so I scroll to the top.  Figuring it would take 3 or four clicks to find what I needed.  Nope&#8230; it&#8217;s right there at the top.  I love you guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://MobileDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-69937</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Mon, 23 Apr 2012 20:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-69937</guid>
		<description>When I first read the article I took note of the original time stamp and almost left.  I scrolled down to the comments and saw it had comments (with answers!) even two years down the road.  Big thumbs up to the community and the author.  RSS subscription time!</description>
		<content:encoded><![CDATA[<p>When I first read the article I took note of the original time stamp and almost left.  I scrolled down to the comments and saw it had comments (with answers!) even two years down the road.  Big thumbs up to the community and the author.  RSS subscription time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-67231</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Wed, 15 Feb 2012 23:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-67231</guid>
		<description>Typically you pop a view controller to return to the previous view, it depends how the view controller was shown. Look into the view controller documentation that Apple has, it describes all this in great detail.</description>
		<content:encoded><![CDATA[<p>Typically you pop a view controller to return to the previous view, it depends how the view controller was shown. Look into the view controller documentation that Apple has, it describes all this in great detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Benna</title>
		<link>http://MobileDeveloperTips.com/camera/camera-application-to-take-pictures-and-save-images-to-photo-album.html#comment-67229</link>
		<dc:creator>Gary Benna</dc:creator>
		<pubDate>Wed, 15 Feb 2012 22:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5553#comment-67229</guid>
		<description>Great tutorial,

I have integrated this into an app in which a have a view with the take picture button.  When the button is pressed the camera is launched, I take the photo, and then save it to photo album.  the message that it has been saved pops up and I click OK.  Here is where the problem arrises.  I am stuck in this view.  How do I return to the view where I first pressed the take photo button?  Thanks for all the help so far.</description>
		<content:encoded><![CDATA[<p>Great tutorial,</p>
<p>I have integrated this into an app in which a have a view with the take picture button.  When the button is pressed the camera is launched, I take the photo, and then save it to photo album.  the message that it has been saved pops up and I click OK.  Here is where the problem arrises.  I am stuck in this view.  How do I return to the view where I first pressed the take photo button?  Thanks for all the help so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amin</title>
		<link>http://MobileDeveloperTips.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://MobileDeveloperTips.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://MobileDeveloperTips.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://MobileDeveloperTips.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://MobileDeveloperTips.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://MobileDeveloperTips.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>
</channel>
</rss>

