<?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: UIView Manipulation Made Easier with a Category</title>
	<atom:link href="http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/</link>
	<description></description>
	<lastBuildDate>Thu, 10 Nov 2011 00:32:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: UI Prototyping iPhone Apps &#124; Synyx Weblog</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-308</link>
		<dc:creator>UI Prototyping iPhone Apps &#124; Synyx Weblog</dc:creator>
		<pubDate>Fri, 27 May 2011 09:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-308</guid>
		<description>[...] evangelist mentioned in the presentation got back to me about the code. After some digging, I found Michael Fey&#8217;s blog, who was able to successfully reverse engineer the missing parts, which were not shown in the [...]</description>
		<content:encoded><![CDATA[<p>[...] evangelist mentioned in the presentation got back to me about the code. After some digging, I found Michael Fey&#8217;s blog, who was able to successfully reverse engineer the missing parts, which were not shown in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UI Prototyping iPhone Apps &#124; Mobile Solutions Blog</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-300</link>
		<dc:creator>UI Prototyping iPhone Apps &#124; Mobile Solutions Blog</dc:creator>
		<pubDate>Tue, 29 Jun 2010 04:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-300</guid>
		<description>[...] evangelist mentioned in the presentation got back to me about the code. After some digging, I found Michael Fey&#8217;s blog, who was able to successfully reverse engineer the missing parts, which were not shown in the [...]</description>
		<content:encoded><![CDATA[<p>[...] evangelist mentioned in the presentation got back to me about the code. After some digging, I found Michael Fey&#8217;s blog, who was able to successfully reverse engineer the missing parts, which were not shown in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Linsin</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-294</link>
		<dc:creator>David Linsin</dc:creator>
		<pubDate>Sat, 19 Jun 2010 14:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-294</guid>
		<description>Thanks man! I was looking for the categories of the WWDC 09 session too! Thanks for putting them together!</description>
		<content:encoded><![CDATA[<p>Thanks man! I was looking for the categories of the WWDC 09 session too! Thanks for putting them together!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-259</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-259</guid>
		<description>You&#039;re very welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re very welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foz</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-257</link>
		<dc:creator>foz</dc:creator>
		<pubDate>Sun, 10 Jan 2010 02:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-257</guid>
		<description>Perhaps you were inspired by WWDC 2009 session 128 (prototyping for iPhone)... I&#039;ve been looking for that particular code for a while with no luck, and the presenter didn&#039;t scroll through the whole .m file in his demo. However, what you put together works perfectly and I was able to go through the whole prototyping process easily because of this post - thanks!! :)</description>
		<content:encoded><![CDATA[<p>Perhaps you were inspired by WWDC 2009 session 128 (prototyping for iPhone)&#8230; I&#8217;ve been looking for that particular code for a while with no luck, and the presenter didn&#8217;t scroll through the whole .m file in his demo. However, what you put together works perfectly and I was able to go through the whole prototyping process easily because of this post &#8211; thanks!! <img src='http://www.fruitstandsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: THRESHE</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-231</link>
		<dc:creator>THRESHE</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-231</guid>
		<description>Thanks for the category! I wanted to write it myself because I&#039;ve really missed those useful methods when I switched form Qt to Cocoa. But then I decided to do a search and here it is already done for me.
Thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Thanks for the category! I wanted to write it myself because I&#8217;ve really missed those useful methods when I switched form Qt to Cocoa. But then I decided to do a search and here it is already done for me.<br />
Thanks a lot <img src='http://www.fruitstandsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tewha.net &#187; UIView manipulation made easier with a category</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-230</link>
		<dc:creator>tewha.net &#187; UIView manipulation made easier with a category</dc:creator>
		<pubDate>Mon, 27 Jul 2009 18:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-230</guid>
		<description>[...] a category to make UIView setup easier.    Categories: Link Tags:         Comments (0) Trackbacks (0) Leave a comment [...]</description>
		<content:encoded><![CDATA[<p>[...] a category to make UIView setup easier.    Categories: Link Tags:         Comments (0) Trackbacks (0) Leave a comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Fisher</title>
		<link>http://www.fruitstandsoftware.com/blog/2009/07/uiview-manipulation-made-easier-with-a-category/comment-page-1/#comment-229</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Mon, 27 Jul 2009 18:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://fruitstandsoftware.com/blog/?p=345#comment-229</guid>
		<description>I just learned that [[self alloc] init...] trick about a week ago. Not only is it more reliable, but it results in tighter code.

I think the size and position properties are solid wins, but I&#039;m less convinced about adding an incomplete subview to a parent view. Won&#039;t that cause extra update events as you set up the view? If so the only thing I&#039;d add to this is a viewWithFrame.</description>
		<content:encoded><![CDATA[<p>I just learned that [[self alloc] init&#8230;] trick about a week ago. Not only is it more reliable, but it results in tighter code.</p>
<p>I think the size and position properties are solid wins, but I&#8217;m less convinced about adding an incomplete subview to a parent view. Won&#8217;t that cause extra update events as you set up the view? If so the only thing I&#8217;d add to this is a viewWithFrame.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

