<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for iOS Guy</title>
	<atom:link href="http://iosguy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iosguy.com</link>
	<description>Feel it! Enjoy it!</description>
	<lastBuildDate>Wed, 02 May 2012 12:15:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Understanding memory management by Augustine</title>
		<link>http://iosguy.com/2010/09/04/understanding-memory-management/#comment-182</link>
		<dc:creator><![CDATA[Augustine]]></dc:creator>
		<pubDate>Wed, 02 May 2012 12:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=44#comment-182</guid>
		<description><![CDATA[Nice work buddy :) Thanks]]></description>
		<content:encoded><![CDATA[<p>Nice work buddy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a 3D Tag Cloud by Awes</title>
		<link>http://iosguy.com/2010/11/17/creating-a-3d-tag-cloud/#comment-181</link>
		<dc:creator><![CDATA[Awes]]></dc:creator>
		<pubDate>Mon, 30 Apr 2012 05:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=162#comment-181</guid>
		<description><![CDATA[thanks once again for replying...will try ...]]></description>
		<content:encoded><![CDATA[<p>thanks once again for replying&#8230;will try &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a 3D Tag Cloud by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2010/11/17/creating-a-3d-tag-cloud/#comment-180</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Fri, 27 Apr 2012 13:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=162#comment-180</guid>
		<description><![CDATA[Hi!

Actually this has to do with the amount of data you are managing. You may need to consider using layers instead of views for example, to handle more data.]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Actually this has to do with the amount of data you are managing. You may need to consider using layers instead of views for example, to handle more data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a 3D Tag Cloud by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2010/11/17/creating-a-3d-tag-cloud/#comment-179</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Fri, 27 Apr 2012 13:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=162#comment-179</guid>
		<description><![CDATA[Hi!

Just do as I do when the user is moving the finger to rotate the sphere automatically within a animation block. Or modify the rotation method to take into consideration distance and acceleration factors.]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Just do as I do when the user is moving the finger to rotate the sphere automatically within a animation block. Or modify the rotation method to take into consideration distance and acceleration factors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a 3D Tag Cloud by Awes</title>
		<link>http://iosguy.com/2010/11/17/creating-a-3d-tag-cloud/#comment-178</link>
		<dc:creator><![CDATA[Awes]]></dc:creator>
		<pubDate>Fri, 27 Apr 2012 06:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=162#comment-178</guid>
		<description><![CDATA[This is great thing...thanks for sharing ..how to animate this to have scrolling effect in it ..please let us know]]></description>
		<content:encoded><![CDATA[<p>This is great thing&#8230;thanks for sharing ..how to animate this to have scrolling effect in it ..please let us know</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anti-aliasing rotated UIViews by ankhaaa1</title>
		<link>http://iosguy.com/2011/10/01/anti-aliasing-rotated-uiviews/#comment-177</link>
		<dc:creator><![CDATA[ankhaaa1]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 05:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=190#comment-177</guid>
		<description><![CDATA[thanks. it works ;)]]></description>
		<content:encoded><![CDATA[<p>thanks. it works <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presenting PDF files by yourself by Emrah Ayanoglu</title>
		<link>http://iosguy.com/2010/09/04/presenting-pdf-files-by-yourself/#comment-174</link>
		<dc:creator><![CDATA[Emrah Ayanoglu]]></dc:creator>
		<pubDate>Wed, 04 Apr 2012 14:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=14#comment-174</guid>
		<description><![CDATA[Thank you Cezar,

I found a solution for my problem. It is like a NSOperationQueue logic. I&#039;ll write this solution to my blog.

Best Regards,]]></description>
		<content:encoded><![CDATA[<p>Thank you Cezar,</p>
<p>I found a solution for my problem. It is like a NSOperationQueue logic. I&#8217;ll write this solution to my blog.</p>
<p>Best Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presenting PDF files by yourself by Cezar Augustus Signori</title>
		<link>http://iosguy.com/2010/09/04/presenting-pdf-files-by-yourself/#comment-173</link>
		<dc:creator><![CDATA[Cezar Augustus Signori]]></dc:creator>
		<pubDate>Fri, 23 Mar 2012 16:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=14#comment-173</guid>
		<description><![CDATA[Hey!

Nice question!

Actually you can improve the code I provided in both performance and quality.

You can achieve more quality while zooming for example, using a CATiledLayer instead of the usual CALayer.

And you can improve performance and usability by loading one page at a time using the UIPageViewController provided by iOS 5.  

If you need to load more than one page at time for some reason (to provide a TOC with thumbnails for example..), you can make use of NSOperationQueue to handle the loading of each page and implement some sort of &quot;view tiling&quot; logic to render only those that are visible to the user (while scrolling for example).

Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>Nice question!</p>
<p>Actually you can improve the code I provided in both performance and quality.</p>
<p>You can achieve more quality while zooming for example, using a CATiledLayer instead of the usual CALayer.</p>
<p>And you can improve performance and usability by loading one page at a time using the UIPageViewController provided by iOS 5.  </p>
<p>If you need to load more than one page at time for some reason (to provide a TOC with thumbnails for example..), you can make use of NSOperationQueue to handle the loading of each page and implement some sort of &#8220;view tiling&#8221; logic to render only those that are visible to the user (while scrolling for example).</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presenting PDF files by yourself by Emrah Ayanoglu</title>
		<link>http://iosguy.com/2010/09/04/presenting-pdf-files-by-yourself/#comment-172</link>
		<dc:creator><![CDATA[Emrah Ayanoglu]]></dc:creator>
		<pubDate>Fri, 23 Mar 2012 15:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=14#comment-172</guid>
		<description><![CDATA[Everything is ok with your code; however, I have a memory and performance issues. 

1) I have pdf that has 500 pages and its size is about 10 mb. When I load all the pages at once, the application crashes. 

2)Also, I tried to use small caching(5-10 pages); however, if I load a new  pages to cache, then I have to wait about 10-20 seconds... 

What is your solution to these kind of problems...?]]></description>
		<content:encoded><![CDATA[<p>Everything is ok with your code; however, I have a memory and performance issues. </p>
<p>1) I have pdf that has 500 pages and its size is about 10 mb. When I load all the pages at once, the application crashes. </p>
<p>2)Also, I tried to use small caching(5-10 pages); however, if I load a new  pages to cache, then I have to wait about 10-20 seconds&#8230; </p>
<p>What is your solution to these kind of problems&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a 3D Tag Cloud by cooleaf</title>
		<link>http://iosguy.com/2010/11/17/creating-a-3d-tag-cloud/#comment-171</link>
		<dc:creator><![CDATA[cooleaf]]></dc:creator>
		<pubDate>Fri, 23 Mar 2012 04:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://iosguy.com/?p=162#comment-171</guid>
		<description><![CDATA[thank you for provide so good example. but I have a question about it, I found it move slowly when i pinch it. if I want it to move more quickly, which parameters I need to adjust. thank you!]]></description>
		<content:encoded><![CDATA[<p>thank you for provide so good example. but I have a question about it, I found it move slowly when i pinch it. if I want it to move more quickly, which parameters I need to adjust. thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
