<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A2 Apps &#187; Key-Value Coding</title>
	<atom:link href="http://a2apps.com.au/tag/key-value-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://a2apps.com.au</link>
	<description></description>
	<lastBuildDate>Sun, 10 Mar 2013 08:52:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Copying attributes from an object to another</title>
		<link>http://a2apps.com.au/copying-attributes-from-an-object-to-another/</link>
		<comments>http://a2apps.com.au/copying-attributes-from-an-object-to-another/#comments</comments>
		<pubDate>Sat, 09 Feb 2013 09:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iOS Snippets]]></category>
		<category><![CDATA[Key-Value Coding]]></category>

		<guid isPermaLink="false">http://a2apps.com.au/?p=29</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<pre class="brush: objc; title: ; notranslate">
[destinationObject setValuesForKeysWithDictionary:
  [sourceObject dictionaryWithValuesForKeys:[[NSArray alloc] initWithObjects:@&quot;attr1&quot;, @&quot;attr2&quot;, nil]]];
</pre>
]]></content:encoded>
			<wfw:commentRss>http://a2apps.com.au/copying-attributes-from-an-object-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
