<?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 for Dimzzy</title>
	<atom:link href="http://www.dimzzy.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dimzzy.com/blog</link>
	<description>Mac OS X and iOS Development Services</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on UIViews Cache for Reuse by Mark Krenek</title>
		<link>http://www.dimzzy.com/blog/2010/02/uiviews-cache-for-reuse/comment-page-1/#comment-239</link>
		<dc:creator>Mark Krenek</dc:creator>
		<pubDate>Mon, 23 Jan 2012 14:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=99#comment-239</guid>
		<description>Look out that the view you get out of the cache doesn&#039;t have it&#039;s alpha set to 0. I&#039;ve seen instances where UITableView sets the alpha to 0. And if you turn around and hand one of those back to the table view, it doesn&#039;t set the alpha back to 1.</description>
		<content:encoded><![CDATA[<p>Look out that the view you get out of the cache doesn't have it's alpha set to 0. I've seen instances where UITableView sets the alpha to 0. And if you turn around and hand one of those back to the table view, it doesn't set the alpha back to 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remote Image for iPhone by Olav Gausaker</title>
		<link>http://www.dimzzy.com/blog/2009/11/remote-image-for-iphone/comment-page-1/#comment-238</link>
		<dc:creator>Olav Gausaker</dc:creator>
		<pubDate>Thu, 19 Jan 2012 01:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=52#comment-238</guid>
		<description>Hi! Very nice, it is just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Hi! Very nice, it is just what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Proper deselection in UITableView by Guillaume Campagna</title>
		<link>http://www.dimzzy.com/blog/2011/10/proper-deselection-in-uitableview/comment-page-1/#comment-219</link>
		<dc:creator>Guillaume Campagna</dc:creator>
		<pubDate>Fri, 18 Nov 2011 20:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=277#comment-219</guid>
		<description>It should in fact be in viewWillAppear:. That means that the deselection animation is happening during the navigation controller animation. In viewDidAppear:, the animation will happened *after* the navigation animation.

It just looks better.</description>
		<content:encoded><![CDATA[<p>It should in fact be in viewWillAppear:. That means that the deselection animation is happening during the navigation controller animation. In viewDidAppear:, the animation will happened *after* the navigation animation.</p>
<p>It just looks better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BASequenceControl to complement UISegmentedControl by dimzzy</title>
		<link>http://www.dimzzy.com/blog/2011/11/basequencecontrol-to-complement-uisegmentedcontrol/comment-page-1/#comment-218</link>
		<dc:creator>dimzzy</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=295#comment-218</guid>
		<description>My pleasure )))</description>
		<content:encoded><![CDATA[<p>My pleasure )))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BASequenceControl to complement UISegmentedControl by John M</title>
		<link>http://www.dimzzy.com/blog/2011/11/basequencecontrol-to-complement-uisegmentedcontrol/comment-page-1/#comment-217</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=295#comment-217</guid>
		<description>Perfect. Many thanks for the insight and the quick reply!</description>
		<content:encoded><![CDATA[<p>Perfect. Many thanks for the insight and the quick reply!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BASequenceControl to complement UISegmentedControl by dimzzy</title>
		<link>http://www.dimzzy.com/blog/2011/11/basequencecontrol-to-complement-uisegmentedcontrol/comment-page-1/#comment-216</link>
		<dc:creator>dimzzy</dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=295#comment-216</guid>
		<description>You have to set overlapWidth property on it; look at the sample code in BADemo project (search for BADemo on github).
</description>
		<content:encoded><![CDATA[<p>You have to set overlapWidth property on it; look at the sample code in BADemo project (search for BADemo on github).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BASequenceControl to complement UISegmentedControl by John M</title>
		<link>http://www.dimzzy.com/blog/2011/11/basequencecontrol-to-complement-uisegmentedcontrol/comment-page-1/#comment-215</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 17 Nov 2011 16:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=295#comment-215</guid>
		<description>Hi - thanks so much for sharing this control! I&#039;m hoping to utilize it in one of the projects that I&#039;m currently working on. Quick question... I was hoping to setup the control like the &quot;Alpha, Beta, Gamma&quot; version you have shown in your screenshot. However, when I attempt to, it appears like the image I&#039;ve attached, without showing the &quot;tails&quot; of the arrow in the highlight. I would greatly appreciate any quick insight you could give me on what I&#039;m doing wrong.








    BASequenceControl *sequenceControl = [[BASequenceControl alloc] initWithFrame:CGRectMake(0, 0, 320, 44)];








    [sequenceControl addSegmentWithTitle:@&quot;One&quot; animated:NO];
    [sequenceControl addSegmentWithTitle:@&quot;Two&quot; animated:NO];
    [sequenceControl addSegmentWithTitle:@&quot;Three&quot; animated:NO];    [self.view addSubview:sequenceControl];Thanks!</description>
		<content:encoded><![CDATA[<p>Hi - thanks so much for sharing this control! I'm hoping to utilize it in one of the projects that I'm currently working on. Quick question... I was hoping to setup the control like the "Alpha, Beta, Gamma" version you have shown in your screenshot. However, when I attempt to, it appears like the image I've attached, without showing the "tails" of the arrow in the highlight. I would greatly appreciate any quick insight you could give me on what I'm doing wrong.</p>
<p>    BASequenceControl *sequenceControl = [[BASequenceControl alloc] initWithFrame:CGRectMake(0, 0, 320, 44)];</p>
<p>    [sequenceControl addSegmentWithTitle:@"One" animated:NO];<br />
    [sequenceControl addSegmentWithTitle:@"Two" animated:NO];<br />
    [sequenceControl addSegmentWithTitle:@"Three" animated:NO];    [self.view addSubview:sequenceControl];Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Proper deselection in UITableView by dimzzy</title>
		<link>http://www.dimzzy.com/blog/2011/10/proper-deselection-in-uitableview/comment-page-1/#comment-198</link>
		<dc:creator>dimzzy</dc:creator>
		<pubDate>Mon, 31 Oct 2011 12:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=277#comment-198</guid>
		<description>Hmm, looks like you are right. But actually I don&#039;t see any difference if it&#039;s called from &#039;will&#039; or &#039;did&#039; method. Actually it seems to me more logical to do it in &#039;did&#039; method because you want to show user how selection fades away so it should be done after the table appears.</description>
		<content:encoded><![CDATA[<p>Hmm, looks like you are right. But actually I don't see any difference if it's called from 'will' or 'did' method. Actually it seems to me more logical to do it in 'did' method because you want to show user how selection fades away so it should be done after the table appears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Proper deselection in UITableView by Chris Gummer</title>
		<link>http://www.dimzzy.com/blog/2011/10/proper-deselection-in-uitableview/comment-page-1/#comment-196</link>
		<dc:creator>Chris Gummer</dc:creator>
		<pubDate>Sat, 29 Oct 2011 23:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=277#comment-196</guid>
		<description>That should be in viewWillAppear correct? UITableViewController implements it as such:

http://developer.apple.com/library/ios/ipad/#documentation/UIKit/Reference/UITableViewController_Class/Reference/Reference.html</description>
		<content:encoded><![CDATA[<p>That should be in viewWillAppear correct? UITableViewController implements it as such:</p>
<p><a href="http://developer.apple.com/library/ios/ipad/#documentation/UIKit/Reference/UITableViewController_Class/Reference/Reference.html" rel="nofollow">http://developer.apple.com/library/ios/ipad/#documentation/UIKit/Reference/UITableViewController_Class/Reference/Reference.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on External scrollbar for UIScrollView by Choco_mark03</title>
		<link>http://www.dimzzy.com/blog/2011/01/external-scrollbar-for-uiscrollview/comment-page-1/#comment-188</link>
		<dc:creator>Choco_mark03</dc:creator>
		<pubDate>Wed, 12 Oct 2011 08:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=198#comment-188</guid>
		<description>ty very much for ur sample program :D </description>
		<content:encoded><![CDATA[<p>ty very much for ur sample program :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Complementary Headers in UITableView by guest</title>
		<link>http://www.dimzzy.com/blog/2010/02/complementary-headers-in-uitableview/comment-page-1/#comment-187</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Mon, 10 Oct 2011 23:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=97#comment-187</guid>
		<description>Thanks for the post.  I was about to give up on the above problem.  </description>
		<content:encoded><![CDATA[<p>Thanks for the post.  I was about to give up on the above problem. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizable UIPageControl Clone by Popperur</title>
		<link>http://www.dimzzy.com/blog/2010/08/customizable-uipagecontrol-clone/comment-page-1/#comment-177</link>
		<dc:creator>Popperur</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=109#comment-177</guid>
		<description>Thanks a lot! </description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizable UIPageControl Clone by Julian</title>
		<link>http://www.dimzzy.com/blog/2010/08/customizable-uipagecontrol-clone/comment-page-1/#comment-176</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Sun, 11 Sep 2011 20:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=109#comment-176</guid>
		<description>Thanks, clearest example I&#039;ve found</description>
		<content:encoded><![CDATA[<p>Thanks, clearest example I've found</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Idioms for Good and Evil by Márton Sári</title>
		<link>http://www.dimzzy.com/blog/2009/10/java-idioms-for-good-and-evil/comment-page-1/#comment-171</link>
		<dc:creator>Márton Sári</dc:creator>
		<pubDate>Thu, 18 Aug 2011 20:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=8#comment-171</guid>
		<description>&quot;but typically we write code once and read it several times later so I would prefer more readable version&quot;

I consider this argument as erroneous. I think the psichological effort to read out something is highly connected with the effort to create that thing. This is due to our empathic nature. Furthermore, reading out many signs in a row is harder that reading out words. Parentheses grow the visual complexity of the code, it&#039;s hard to resolve their scope.</description>
		<content:encoded><![CDATA[<p>"but typically we write code once and read it several times later so I would prefer more readable version"</p>
<p>I consider this argument as erroneous. I think the psichological effort to read out something is highly connected with the effort to create that thing. This is due to our empathic nature. Furthermore, reading out many signs in a row is harder that reading out words. Parentheses grow the visual complexity of the code, it's hard to resolve their scope.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blur effect for UIView by Arkano22</title>
		<link>http://www.dimzzy.com/blog/2010/11/blur-effect-for-uiview/comment-page-1/#comment-153</link>
		<dc:creator>Arkano22</dc:creator>
		<pubDate>Fri, 17 Jun 2011 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=171#comment-153</guid>
		<description>If you do this several times: downscale, upscale, downscale (not the original but the result from first iteration), upscale...you can achieve a pretty good and heavy blur.</description>
		<content:encoded><![CDATA[<p>If you do this several times: downscale, upscale, downscale (not the original but the result from first iteration), upscale...you can achieve a pretty good and heavy blur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customizable UIPageControl Clone by Paul</title>
		<link>http://www.dimzzy.com/blog/2010/08/customizable-uipagecontrol-clone/comment-page-1/#comment-148</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 14 May 2011 12:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=109#comment-148</guid>
		<description>This is really great. Thanks for releasing this. Thanks for releasing this. </description>
		<content:encoded><![CDATA[<p>This is really great. Thanks for releasing this. Thanks for releasing this. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remote Image for iPhone by Masterjcl</title>
		<link>http://www.dimzzy.com/blog/2009/11/remote-image-for-iphone/comment-page-1/#comment-144</link>
		<dc:creator>Masterjcl</dc:creator>
		<pubDate>Tue, 05 Apr 2011 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=52#comment-144</guid>
		<description>Hi can you give as a simple Example use of this class ?</description>
		<content:encoded><![CDATA[<p>Hi can you give as a simple Example use of this class ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIViews Cache for Reuse by dimzzy</title>
		<link>http://www.dimzzy.com/blog/2010/02/uiviews-cache-for-reuse/comment-page-1/#comment-111</link>
		<dc:creator>dimzzy</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=99#comment-111</guid>
		<description>Thanks! Actually I don&#039;t care what you will do with it but if you want some license let&#039;s add BSD to it )))</description>
		<content:encoded><![CDATA[<p>Thanks! Actually I don't care what you will do with it but if you want some license let's add BSD to it )))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIViews Cache for Reuse by Aaron Sarazan</title>
		<link>http://www.dimzzy.com/blog/2010/02/uiviews-cache-for-reuse/comment-page-1/#comment-110</link>
		<dc:creator>Aaron Sarazan</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=99#comment-110</guid>
		<description>Hey this is great! Small request-- there&#039;s not an explicit license in the source. Any chance of getting a BSD license thrown on there so it can be used commercially? Thanks :-)</description>
		<content:encoded><![CDATA[<p>Hey this is great! Small request-- there's not an explicit license in the source. Any chance of getting a BSD license thrown on there so it can be used commercially? Thanks :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remote Image for iPhone by Naganesh90</title>
		<link>http://www.dimzzy.com/blog/2009/11/remote-image-for-iphone/comment-page-1/#comment-107</link>
		<dc:creator>Naganesh90</dc:creator>
		<pubDate>Thu, 27 Jan 2011 04:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimzzy.com/blog/?p=52#comment-107</guid>
		<description>Give some sample to use this RemoteImage... As soon as possible</description>
		<content:encoded><![CDATA[<p>Give some sample to use this RemoteImage... As soon as possible</p>
]]></content:encoded>
	</item>
</channel>
</rss>

