<?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: UIViewController init</title>
	<atom:link href="http://www.greengar.com/2009/11/uiviewcontroller-init/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greengar.com/2009/11/uiviewcontroller-init/</link>
	<description>Simple, fun, useful</description>
	<lastBuildDate>Tue, 06 Apr 2010 00:34:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ron</title>
		<link>http://www.greengar.com/2009/11/uiviewcontroller-init/comment-page-1/#comment-277</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 16 Nov 2009 05:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.greengar.com/?p=164#comment-277</guid>
		<description>Yup.  Very convenient, potentially, though I don’t remember this being documented.

Interestingly, if the class name ends with the suffix “...Controller”, it’ll also look for a .xib name with that suffix omitted.  So, in your example, if the class were called ChatViewController.h/.m ... it’ll look for either ChatViewController.xib, or just ChatView.xib.

Again, this makes sense &amp; it’s handy, but it’s not well-explained ...</description>
		<content:encoded><![CDATA[<p>Yup.  Very convenient, potentially, though I don’t remember this being documented.</p>
<p>Interestingly, if the class name ends with the suffix “&#8230;Controller”, it’ll also look for a .xib name with that suffix omitted.  So, in your example, if the class were called ChatViewController.h/.m &#8230; it’ll look for either ChatViewController.xib, or just ChatView.xib.</p>
<p>Again, this makes sense &amp; it’s handy, but it’s not well-explained &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
