<?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; UIAlertView</title>
	<atom:link href="http://blog.prosight.me/index.php/tag/uialertview/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>创建没有按钮的UIAlertView</title>
		<link>http://blog.prosight.me/index.php/2010/02/580?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%2588%259b%25e5%25bb%25ba%25e6%25b2%25a1%25e6%259c%2589%25e6%258c%2589%25e9%2592%25ae%25e7%259a%2584uialertview</link>
		<comments>http://blog.prosight.me/index.php/2010/02/580#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:48:14 +0000</pubDate>
		<dc:creator>Elton</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIAlertView]]></category>

		<guid isPermaLink="false">http://blog.prosight.me/?p=580</guid>
		<description><![CDATA[默认的，UIAlertView都有一个或者多个按钮，如果你想创建没有按钮的UIAlertView，可以使用以下的方法： 1 2 3 4 5 6 7 8 UIAlertView *alert; &#160; ... &#160; alert = &#91;&#91;&#91;UIAlertView alloc&#93; initWithTitle:@&#34;Configuring PreferencesnPlease Wait...&#34; message:nil delegate:self cancelButtonTitle:nil otherButtonTitles: nil&#93; autorelease&#93;; &#160; &#91;alert show&#93;; 上面的标题可能有些靠上，可以用过给标题增加回车的方式，使标题居中： 1 2 3 4 5 6 7 8 UIAlertView *alert; &#160; ... &#160; alert = &#91;&#91;&#91;UIAlertView alloc&#93; initWithTitle:@&#34;nnConfiguring PreferencesnPlease Wait...&#34; message:nil delegate:self cancelButtonTitle:nil otherButtonTitles: [...]]]></description>
		<wfw:commentRss>http://blog.prosight.me/index.php/2010/02/580/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

