<?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: Missing Objective-C 2.0 Feature(s)</title>
	<atom:link href="http://www.otierney.net/articles/2008/05/13/missing-objective-c-20-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otierney.net/articles/2008/05/13/missing-objective-c-20-features/</link>
	<description>Mac Geek</description>
	<lastBuildDate>Mon, 06 Sep 2010 09:59:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Christoph Greiner</title>
		<link>http://www.otierney.net/articles/2008/05/13/missing-objective-c-20-features/comment-page-1/#comment-54047</link>
		<dc:creator>Christoph Greiner</dc:creator>
		<pubDate>Wed, 03 Sep 2008 18:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.otierney.net/?p=336#comment-54047</guid>
		<description>&lt;p&gt;Two Typos:&lt;/p&gt;

&lt;p&gt;(nonatomic, retain)
// rertain&lt;/p&gt;

&lt;p&gt;@synthesize mobileNumber = phoneBook.mobileNumber
// phoneNumber.mobileNumber&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Two Typos:</p>

<p>(nonatomic, retain)
// rertain</p>

<p>@synthesize mobileNumber = phoneBook.mobileNumber
// phoneNumber.mobileNumber</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Barbose</title>
		<link>http://www.otierney.net/articles/2008/05/13/missing-objective-c-20-features/comment-page-1/#comment-52285</link>
		<dc:creator>Jeff Barbose</dc:creator>
		<pubDate>Wed, 06 Aug 2008 04:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.otierney.net/?p=336#comment-52285</guid>
		<description>&lt;p&gt;Actually, the dot operator is a shortcut and attempts to use canonical forms of getters/setters before it goes directly to the variable.&lt;/p&gt;

&lt;p&gt;You can choose the privacy level of the data, as well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Actually, the dot operator is a shortcut and attempts to use canonical forms of getters/setters before it goes directly to the variable.</p>

<p>You can choose the privacy level of the data, as well.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James F</title>
		<link>http://www.otierney.net/articles/2008/05/13/missing-objective-c-20-features/comment-page-1/#comment-47328</link>
		<dc:creator>James F</dc:creator>
		<pubDate>Wed, 14 May 2008 06:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.otierney.net/?p=336#comment-47328</guid>
		<description>&lt;p&gt;Ohh. And imagine the possibilities if phoneBook.mobileNumber was mapped to person.mobileNumber.&lt;/p&gt;

&lt;p&gt;Alternatively, you could define a protocol for the properties in PhoneBook that you want public and then make an - idphoneBook getter for Person. Then people could use person.phoneBook.mobileNumber = &quot;1-555-123-4567&quot; but still not have access to your private stuff.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ohh. And imagine the possibilities if phoneBook.mobileNumber was mapped to person.mobileNumber.</p>

<p>Alternatively, you could define a protocol for the properties in PhoneBook that you want public and then make an - idphoneBook getter for Person. Then people could use person.phoneBook.mobileNumber = &#8220;1-555-123-4567&#8221; but still not have access to your private stuff.</p>]]></content:encoded>
	</item>
</channel>
</rss>
