<?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: [教程]如何使用iPhone日历控件</title>
	<atom:link href="http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/</link>
	<description>这就是我，Tinyfool，郝培强！身高180，体重240，标准的中年老胖子。 有妻有女，无房无车，现居上海，程序员。</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:29:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: linwaiwai</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-6130</link>
		<dc:creator>linwaiwai</dc:creator>
		<pubDate>Sat, 27 Aug 2011 13:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-6130</guid>
		<description>不好意思，看了一下源码，他已经加上的了。回调使用CalendarViewDelegate。</description>
		<content:encoded><![CDATA[<p>不好意思，看了一下源码，他已经加上的了。回调使用CalendarViewDelegate。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linwaiwai</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-6129</link>
		<dc:creator>linwaiwai</dc:creator>
		<pubDate>Sat, 27 Aug 2011 13:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-6129</guid>
		<description>可以关注一下我微博，我刚好也随便找了一下控件，见tinyfool已经写好，决定改下样式。会把回调的地方帮助指出来。</description>
		<content:encoded><![CDATA[<p>可以关注一下我微博，我刚好也随便找了一下控件，见tinyfool已经写好，决定改下样式。会把回调的地方帮助指出来。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linwaiwai</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-6128</link>
		<dc:creator>linwaiwai</dc:creator>
		<pubDate>Sat, 27 Aug 2011 13:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-6128</guid>
		<description>tinyfool可能没有画背景，你可以将背景设置为白色。</description>
		<content:encoded><![CDATA[<p>tinyfool可能没有画背景，你可以将背景设置为白色。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-5910</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sat, 06 Aug 2011 16:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-5910</guid>
		<description>你好，請問怎樣在下面加一個tableviewer連上plist的資料，也是樓上Fong的問題，謝謝</description>
		<content:encoded><![CDATA[<p>你好，請問怎樣在下面加一個tableviewer連上plist的資料，也是樓上Fong的問題，謝謝</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 翁</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-5884</link>
		<dc:creator>翁</dc:creator>
		<pubDate>Thu, 04 Aug 2011 03:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-5884</guid>
		<description>好像都是公历的</description>
		<content:encoded><![CDATA[<p>好像都是公历的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huang chouhui</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-5084</link>
		<dc:creator>huang chouhui</dc:creator>
		<pubDate>Sat, 25 Jun 2011 05:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-5084</guid>
		<description>您好 ， 我在使用的时候用这样的方式添加至view中。  但是为什么界面整个是黑的呢？

TdCalendarView *view = [[TdCalendarView alloc] initWithFrame:CGRectMake(0, 0, dialog.mainPanel.frame.size.width, dialog.mainPanel.frame.size.height)];
    [self.view addSubview:view];

如果我创建了uiviewcontroller对象  在xib中添加后就不会有问题。</description>
		<content:encoded><![CDATA[<p>您好 ， 我在使用的时候用这样的方式添加至view中。  但是为什么界面整个是黑的呢？</p>
<p>TdCalendarView *view = [[TdCalendarView alloc] initWithFrame:CGRectMake(0, 0, dialog.mainPanel.frame.size.width, dialog.mainPanel.frame.size.height)];<br />
    [self.view addSubview:view];</p>
<p>如果我创建了uiviewcontroller对象  在xib中添加后就不会有问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: afu</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-3685</link>
		<dc:creator>afu</dc:creator>
		<pubDate>Tue, 10 May 2011 11:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-3685</guid>
		<description>你好，我用你的方法，连接，显示没问题，但是在viewcontrol中用代码加载这个日期view，下面部分变成了黑色，还有是否能把你之前的那个DEMO发布看看，就是可以调用事件，下面显示一些信息的，谢谢！</description>
		<content:encoded><![CDATA[<p>你好，我用你的方法，连接，显示没问题，但是在viewcontrol中用代码加载这个日期view，下面部分变成了黑色，还有是否能把你之前的那个DEMO发布看看，就是可以调用事件，下面显示一些信息的，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sa Yu</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-2286</link>
		<dc:creator>Sa Yu</dc:creator>
		<pubDate>Thu, 28 Oct 2010 06:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-2286</guid>
		<description>您好,因為程式碼研究很久依然無法突破,所以有些問題想請教您。
因為我拉出一個Label，想讓選擇的日期顯示在label上，
不知道該如何做出，也不知道該取哪個值？
真不好意思，打擾您了！</description>
		<content:encoded><![CDATA[<p>您好,因為程式碼研究很久依然無法突破,所以有些問題想請教您。<br />
因為我拉出一個Label，想讓選擇的日期顯示在label上，<br />
不知道該如何做出，也不知道該取哪個值？<br />
真不好意思，打擾您了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tinyfool</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-582</link>
		<dc:creator>tinyfool</dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-582</guid>
		<description>Is very easy, wait I update this tutorial.</description>
		<content:encoded><![CDATA[<p>Is very easy, wait I update this tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fong</title>
		<link>http://tiny4.org/blog/2010/03/tutorial-how-to-use-iphone-calendar-control/comment-page-1/#comment-581</link>
		<dc:creator>fong</dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://tiny4.org/blog/?p=125#comment-581</guid>
		<description>Excellent manual!! However, it would be perfect if you add a table below the calendar and make the table display events for each day. :)</description>
		<content:encoded><![CDATA[<p>Excellent manual!! However, it would be perfect if you add a table below the calendar and make the table display events for each day. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

