<?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: Picking Images with the iPhone SDK UIImagePickerController</title>
	<atom:link href="http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/feed/" rel="self" type="application/rss+xml" />
	<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/</link>
	<description></description>
	<pubDate>Mon, 22 Mar 2010 05:38:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-12282</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 18 Dec 2009 17:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-12282</guid>
		<description>I know this is an old post, but I was just wondering if anyone happens to know if it is possible to use the UIImagePicker to automatically select a random photo from the photo library, rather than manually picking one?</description>
		<content:encoded><![CDATA[<p>I know this is an old post, but I was just wondering if anyone happens to know if it is possible to use the UIImagePicker to automatically select a random photo from the photo library, rather than manually picking one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Pick Images with the iPhone SDK UIImagePickerController &#124; Iphone Development Exchange</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-9776</link>
		<dc:creator>How To Pick Images with the iPhone SDK UIImagePickerController &#124; Iphone Development Exchange</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-9776</guid>
		<description>[...] How To Pick Images with the iPhone SDK UIImagePickerController        from Trails in the Sand blog  [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Pick Images with the iPhone SDK UIImagePickerController        from Trails in the Sand blog  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raj</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-8019</link>
		<dc:creator>raj</dc:creator>
		<pubDate>Wed, 29 Jul 2009 23:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-8019</guid>
		<description>I cannot build and go this project. It doesnt allow me to select Iphonesdk and gives error saying no valid sdk..anybody else had this problem and what did they do.

WHat is the procedure to execute the source code given in this page.

Thank you for your help.</description>
		<content:encoded><![CDATA[<p>I cannot build and go this project. It doesnt allow me to select Iphonesdk and gives error saying no valid sdk..anybody else had this problem and what did they do.</p>
<p>WHat is the procedure to execute the source code given in this page.</p>
<p>Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antje</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-7757</link>
		<dc:creator>Antje</dc:creator>
		<pubDate>Mon, 20 Jul 2009 19:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-7757</guid>
		<description>This has a memory leak for the initialization:

[[UIImagePickerController alloc] init];

Does anyone have a solution for this?</description>
		<content:encoded><![CDATA[<p>This has a memory leak for the initialization:</p>
<p>[[UIImagePickerController alloc] init];</p>
<p>Does anyone have a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mamatha</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-7410</link>
		<dc:creator>mamatha</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-7410</guid>
		<description>nice tutorial!!!!!!!!!!
it is very much helpful</description>
		<content:encoded><![CDATA[<p>nice tutorial!!!!!!!!!!<br />
it is very much helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.Lakshmikanth Reddy</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-7299</link>
		<dc:creator>S.Lakshmikanth Reddy</dc:creator>
		<pubDate>Sun, 21 Jun 2009 15:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-7299</guid>
		<description>Hi everybody,

i have a doubt here ,i have selected the image from the photo library and saved it to my imageView.image property, now is it possible to edit this image anyway and send it through e-mail.  Please if anyone can help me out in this issue it is greatly appreciable.</description>
		<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>i have a doubt here ,i have selected the image from the photo library and saved it to my imageView.image property, now is it possible to edit this image anyway and send it through e-mail.  Please if anyone can help me out in this issue it is greatly appreciable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandrika.bhat</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-4440</link>
		<dc:creator>chandrika.bhat</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-4440</guid>
		<description>Comment by Mauro
2008-04-22 09:22:53
Great post!
just a question, my simulator Photo DB is empty…
how can I put images on it ?
thanks



-----------
great Smaple.....


We can save images in iPhoto Library of a simulator...to test this app.
1.Go to Safari
2.Google for required images
3.click for 5 secinds on the images...
4. it will ask for saving the images..
5.Now we can test this app very easily</description>
		<content:encoded><![CDATA[<p>Comment by Mauro<br />
2008-04-22 09:22:53<br />
Great post!<br />
just a question, my simulator Photo DB is empty…<br />
how can I put images on it ?<br />
thanks</p>
<p>&#8212;&#8212;&#8212;&#8211;<br />
great Smaple&#8230;..</p>
<p>We can save images in iPhoto Library of a simulator&#8230;to test this app.<br />
1.Go to Safari<br />
2.Google for required images<br />
3.click for 5 secinds on the images&#8230;<br />
4. it will ask for saving the images..<br />
5.Now we can test this app very easily</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Lo&#8217;s iPhone Research Blog &#187; Blog Archive &#187; UIImagePickerController</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-2790</link>
		<dc:creator>Raymond Lo&#8217;s iPhone Research Blog &#187; Blog Archive &#187; UIImagePickerController</dc:creator>
		<pubDate>Thu, 18 Dec 2008 20:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-2790</guid>
		<description>[...] UIImagePickerController Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] UIImagePickerController Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-2384</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Wed, 26 Nov 2008 20:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-2384</guid>
		<description>Great sample app! Thanks!</description>
		<content:encoded><![CDATA[<p>Great sample app! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UIPickerView help - iPhone Dev SDK Forum</title>
		<link>http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/comment-page-1/#comment-2383</link>
		<dc:creator>UIPickerView help - iPhone Dev SDK Forum</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/picking-images-with-the-iphone-sdk-uiimagepickercontroller/#comment-2383</guid>
		<description>[...]     I was having a similar problem until I found the following sample: Picking Images with the iPhone SDK UIImagePickerController &#124; Trails in the Sand  Now, I'm trying to figure out how to map this image i've picked to a 2d Open GL ES [...]</description>
		<content:encoded><![CDATA[<p>[...]     I was having a similar problem until I found the following sample: Picking Images with the iPhone SDK UIImagePickerController | Trails in the Sand  Now, I&#8217;m trying to figure out how to map this image i&#8217;ve picked to a 2d Open GL ES [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
