<?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>Elton&#039;s Blog &#187; setApplicationIconBadgeNumber</title>
	<atom:link href="http://blog.prosight.me/index.php/tag/setapplicationiconbadgenumber/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.prosight.me</link>
	<description>移动开发，敏捷web开发，Linux服务器部署维护，web UI和UE设计，摄影</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:22:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>如何在iPhone图标上加提示符(badge)</title>
		<link>http://blog.prosight.me/index.php/2010/02/584?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25a6%2582%25e4%25bd%2595%25e5%259c%25a8iphone%25e5%259b%25be%25e6%25a0%2587%25e4%25b8%258a%25e5%258a%25a0%25e6%258f%2590%25e7%25a4%25ba%25e7%25ac%25a6badge</link>
		<comments>http://blog.prosight.me/index.php/2010/02/584#comments</comments>
		<pubDate>Sun, 21 Feb 2010 00:57:42 +0000</pubDate>
		<dc:creator>Elton</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[badge]]></category>
		<category><![CDATA[setApplicationIconBadgeNumber]]></category>

		<guid isPermaLink="false">http://blog.prosight.me/?p=584</guid>
		<description><![CDATA[如果你使用Apple iPhone自带的Mail程序，你会注意到，当有新邮件的时候，在这个程序的图标(icon)上会显示对应的新邮件的数字。 如果你的应用程序也想有类似的功能，其实很简单： 1 2 3 4 - &#40;void&#41;applicationDidFinishLaunching:&#40;UIApplication *&#41;application &#123; //... &#91;application setApplicationIconBadgeNumber:123&#93;; &#125;]]></description>
		<wfw:commentRss>http://blog.prosight.me/index.php/2010/02/584/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

