<?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: Getting EXIF data from images on iOS</title>
	<atom:link href="http://blog.depicus.com/index.php/2011/05/07/getting-exif-data-from-images-on-ios/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.depicus.com/index.php/2011/05/07/getting-exif-data-from-images-on-ios/</link>
	<description>just another nerd on the interweb...</description>
	<lastBuildDate>Sun, 28 Apr 2013 08:19:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: The Man</title>
		<link>http://blog.depicus.com/index.php/2011/05/07/getting-exif-data-from-images-on-ios/comment-page-1/#comment-725</link>
		<dc:creator>The Man</dc:creator>
		<pubDate>Wed, 04 Apr 2012 18:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.depicus.com/?p=579#comment-725</guid>
		<description><![CDATA[Have a look at the screenshot &lt;a href=&quot;http://blog.depicus.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-04-at-19.45.16.png&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; which shows where the frameworks are added.]]></description>
		<content:encoded><![CDATA[<p>Have a look at the screenshot <a href="http://blog.depicus.com/wp-content/uploads/2012/04/Screen-Shot-2012-04-04-at-19.45.16.png" target="_blank" rel="nofollow">here</a> which shows where the frameworks are added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leon</title>
		<link>http://blog.depicus.com/index.php/2011/05/07/getting-exif-data-from-images-on-ios/comment-page-1/#comment-724</link>
		<dc:creator>leon</dc:creator>
		<pubDate>Wed, 04 Apr 2012 17:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.depicus.com/?p=579#comment-724</guid>
		<description><![CDATA[how can I get the ImageIO.framework ?
I&#039;ve read that it doesn&#039;t exist for iphone!!!! Can anyone show me the way?
I&#039;m pretty new to Iphone dev. I need to extract EXIF geolocation data in my app.]]></description>
		<content:encoded><![CDATA[<p>how can I get the ImageIO.framework ?<br />
I&#8217;ve read that it doesn&#8217;t exist for iphone!!!! Can anyone show me the way?<br />
I&#8217;m pretty new to Iphone dev. I need to extract EXIF geolocation data in my app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Groumfy69</title>
		<link>http://blog.depicus.com/index.php/2011/05/07/getting-exif-data-from-images-on-ios/comment-page-1/#comment-708</link>
		<dc:creator>Groumfy69</dc:creator>
		<pubDate>Sat, 31 Dec 2011 08:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.depicus.com/?p=579#comment-708</guid>
		<description><![CDATA[Very useful, thank you! Maybe you should add that the ImageIO.framework is required and you must import both  and ]]></description>
		<content:encoded><![CDATA[<p>Very useful, thank you! Maybe you should add that the ImageIO.framework is required and you must import both  and </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://blog.depicus.com/index.php/2011/05/07/getting-exif-data-from-images-on-ios/comment-page-1/#comment-697</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 30 Jul 2011 02:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.depicus.com/?p=579#comment-697</guid>
		<description><![CDATA[NSLog(@&quot;Shutter Speed %@&quot;, [NSString stringWithFormat:@&quot;1/%d&quot;, decShutterSpeed]);

should be written as

NSLog(@&quot;Shutter Speed 1/%d&quot;, decShutterSpeed);]]></description>
		<content:encoded><![CDATA[<p>NSLog(@&#8221;Shutter Speed %@&#8221;, [NSString stringWithFormat:@"1/%d", decShutterSpeed]);</p>
<p>should be written as</p>
<p>NSLog(@&#8221;Shutter Speed 1/%d&#8221;, decShutterSpeed);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
