<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>kvo - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/kvo/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 28 Jun 2016 06:34:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>[转]iOS:KVO的概述与使用</title>
		<link>https://www.coder4.com/archives/4936</link>
					<comments>https://www.coder4.com/archives/4936#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 28 Jun 2016 06:34:41 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[kvo]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=4936</guid>

					<description><![CDATA[转载自：http://blog.csdn.net/yuquan0821/article/details/6646400/ 一，概述 KVO,即：Key-Value Observing，它提供一种机制，当指定的对象的属性被修改后，则对象就会接受到通知。简单的说就是每次指定的被观察的对象的属性被修改后，KVO就会自动通知相应的观察者了。 二，使用方法 系统框架已经支持KVO，所以程序员在使用的时候非常简单。 1. 注册，指定被观察者的属性， 2. 实现回调方法 3. 移除观察 三[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/4936/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
