<?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: How To Extend Objective-C Classes With Categories</title>
	<atom:link href="http://howtomakeiphoneapps.com/2009/11/how-to-extend-objective-c-classes-with-categories/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtomakeiphoneapps.com/2009/11/how-to-extend-objective-c-classes-with-categories/</link>
	<description>Get Started with Cocoa-Touch and iPhone Programming today!</description>
	<lastBuildDate>Thu, 26 Aug 2010 14:15:25 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: mattjdrake</title>
		<link>http://howtomakeiphoneapps.com/2009/11/how-to-extend-objective-c-classes-with-categories/#comment-396</link>
		<dc:creator>mattjdrake</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1614#comment-396</guid>
		<description>@webXL - you can use sub-classing and categories for similar problems and the difference is pretty subtle in a lot of ways.  It is not really required and you could do a similar thing if you sub-classed NSString and used that object in place of a NSString object.

Essentially though, the main thing is that when you are using categories you don&#039;t need to worry about replacing your NSString objects with a subclassed version of NSString.  

This way, when you already have objects in play (such as the text property of my UITextView) you can simply import the category and you have the functionality available to you automatically.</description>
		<content:encoded><![CDATA[<p>@webXL &#8211; you can use sub-classing and categories for similar problems and the difference is pretty subtle in a lot of ways.  It is not really required and you could do a similar thing if you sub-classed NSString and used that object in place of a NSString object.</p>
<p>Essentially though, the main thing is that when you are using categories you don&#8217;t need to worry about replacing your NSString objects with a subclassed version of NSString.  </p>
<p>This way, when you already have objects in play (such as the text property of my UITextView) you can simply import the category and you have the functionality available to you automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webXL</title>
		<link>http://howtomakeiphoneapps.com/2009/11/how-to-extend-objective-c-classes-with-categories/#comment-395</link>
		<dc:creator>webXL</dc:creator>
		<pubDate>Tue, 24 Nov 2009 19:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1614#comment-395</guid>
		<description>Nice tutorial, but I&#039;m not sure I understand the differences between subclassing and categories. Are categories used just so you don&#039;t have to instantiate a subclassed object to get added functionality? Or is it required in this instance because the text component can only work with an NSString?</description>
		<content:encoded><![CDATA[<p>Nice tutorial, but I&#8217;m not sure I understand the differences between subclassing and categories. Are categories used just so you don&#8217;t have to instantiate a subclassed object to get added functionality? Or is it required in this instance because the text component can only work with an NSString?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattjdrake</title>
		<link>http://howtomakeiphoneapps.com/2009/11/how-to-extend-objective-c-classes-with-categories/#comment-392</link>
		<dc:creator>mattjdrake</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1614#comment-392</guid>
		<description>@hawk - awesome I&#039;m glad that you liked it.

BTW: Did you find Cocoa Design Patterns to be a good read?  That one is on my list and I have a feeling that it would be really helpful...</description>
		<content:encoded><![CDATA[<p>@hawk &#8211; awesome I&#8217;m glad that you liked it.</p>
<p>BTW: Did you find Cocoa Design Patterns to be a good read?  That one is on my list and I have a feeling that it would be really helpful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hawk</title>
		<link>http://howtomakeiphoneapps.com/2009/11/how-to-extend-objective-c-classes-with-categories/#comment-391</link>
		<dc:creator>hawk</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1614#comment-391</guid>
		<description>This post came in very handy today. Why? Well because I finished reading about Categories in the Cocoa Design Patterns. So it was since to see it in action. Thanks again!</description>
		<content:encoded><![CDATA[<p>This post came in very handy today. Why? Well because I finished reading about Categories in the Cocoa Design Patterns. So it was since to see it in action. Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
