<?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: Introduction to Cocoa</title>
	<atom:link href="http://www.macfeteria.com/blog/2008/07/25/introduction-to-cocoa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macfeteria.com/blog/2008/07/25/introduction-to-cocoa/</link>
	<description>All About Mac and iPhone Programming</description>
	<lastBuildDate>Sat, 17 Sep 2011 15:01:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: onesday2</title>
		<link>http://www.macfeteria.com/blog/2008/07/25/introduction-to-cocoa/comment-page-1/#comment-191</link>
		<dc:creator>onesday2</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.macfeteria.com/?p=140#comment-191</guid>
		<description>-(IBAction) addStudent:(id) sender;
{
	NSString *text = m_textField.text;
	if ([text isEqualToString:@&quot;&quot;])
	{
		[m_studentList addObject:[NSMutableString stringWithString:text]];
		[m_table reloadData];
	}
}

-(IBAction) delStudent:(id) sender;
{
	NSIndexPath *indexPath = [m_table indexPathForSelectedRow];
	if ([indexPath isEqual:nil]) 
	{
		int row = [indexPath row];
		[m_studentList removeObjectAtIndex:row];
		[m_table reloadData];
	}
}



ช่วยหนูหน่อย หนูผิดรึป่าว</description>
		<content:encoded><![CDATA[<p>-(IBAction) addStudent:(id) sender;<br />
{<br />
	NSString *text = m_textField.text;<br />
	if ([text isEqualToString:@""])<br />
	{<br />
		[m_studentList addObject:[NSMutableString stringWithString:text]];<br />
		[m_table reloadData];<br />
	}<br />
}</p>
<p>-(IBAction) delStudent:(id) sender;<br />
{<br />
	NSIndexPath *indexPath = [m_table indexPathForSelectedRow];<br />
	if ([indexPath isEqual:nil])<br />
	{<br />
		int row = [indexPath row];<br />
		[m_studentList removeObjectAtIndex:row];<br />
		[m_table reloadData];<br />
	}<br />
}</p>
<p>ช่วยหนูหน่อย หนูผิดรึป่าว</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paradromr</title>
		<link>http://www.macfeteria.com/blog/2008/07/25/introduction-to-cocoa/comment-page-1/#comment-91</link>
		<dc:creator>paradromr</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.macfeteria.com/?p=140#comment-91</guid>
		<description>หลังจากที่หา tutorial ดีๆ มานาน ก็เจอเข้าแล้ว  ฮ่าๆๆ ขอบคุณครับ</description>
		<content:encoded><![CDATA[<p>หลังจากที่หา tutorial ดีๆ มานาน ก็เจอเข้าแล้ว  ฮ่าๆๆ ขอบคุณครับ</p>
]]></content:encoded>
	</item>
</channel>
</rss>

