<?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: Working without a nib, Part 2: Also Also Wik</title>
	<atom:link href="http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/feed/" rel="self" type="application/rss+xml" />
	<link>http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/</link>
	<description>Coding under the close supervision of cats</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:22:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Lap Cat Software Blog &#187; Blog Archive &#187; Working without a nib, Part 4: setAppleMenu</title>
		<link>http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/comment-page-1/#comment-9941</link>
		<dc:creator>Lap Cat Software Blog &#187; Blog Archive &#187; Working without a nib, Part 4: setAppleMenu</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/#comment-9941</guid>
		<description>[...] nib, so it appears that this method is no more (or less) fragile than the technique I discovered in Part 2. As far as I can tell, setAppleMenu: sets the title of the menu to @&quot;Apple&quot; and the name of the [...]</description>
		<content:encoded><![CDATA[<p>[...] nib, so it appears that this method is no more (or less) fragile than the technique I discovered in Part 2. As far as I can tell, setAppleMenu: sets the title of the menu to @&#8221;Apple&#8221; and the name of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lap Cat Software Blog &#187; Blog Archive &#187; Working without a nib, Part 7: The empire strikes back</title>
		<link>http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/comment-page-1/#comment-9305</link>
		<dc:creator>Lap Cat Software Blog &#187; Blog Archive &#187; Working without a nib, Part 7: The empire strikes back</dc:creator>
		<pubDate>Mon, 20 Oct 2008 16:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/#comment-9305</guid>
		<description>[...] previous posts of this series, I was forced to use obscure workarounds such as +[NSObject poseAsClass:] and [...]</description>
		<content:encoded><![CDATA[<p>[...] previous posts of this series, I was forced to use obscure workarounds such as +[NSObject poseAsClass:] and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Charbonneau</title>
		<link>http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/comment-page-1/#comment-2226</link>
		<dc:creator>Marc Charbonneau</dc:creator>
		<pubDate>Fri, 08 Jun 2007 21:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/#comment-2226</guid>
		<description>I&#039;ve done lots of little things where it&#039;s simply easier to create the UI programatically than to use a nib, especially if you&#039;re using button styles or whatever that you can&#039;t set within Interface Builder. I can&#039;t say I&#039;ve ever wanted to build an entire application without one, but I&#039;m glad people are thinking about these things all the same.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done lots of little things where it&#8217;s simply easier to create the UI programatically than to use a nib, especially if you&#8217;re using button styles or whatever that you can&#8217;t set within Interface Builder. I can&#8217;t say I&#8217;ve ever wanted to build an entire application without one, but I&#8217;m glad people are thinking about these things all the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/comment-page-1/#comment-2225</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 08 Jun 2007 18:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/#comment-2225</guid>
		<description>Nice discovery!

I still can&#039;t decide whether it&#039;s really that important to me to not use a nib, but at any rate I&#039;m glad to be able to do it.  Looking forward to your tackling the &quot;could not connect the action...&quot; messages.</description>
		<content:encoded><![CDATA[<p>Nice discovery!</p>
<p>I still can&#8217;t decide whether it&#8217;s really that important to me to not use a nib, but at any rate I&#8217;m glad to be able to do it.  Looking forward to your tackling the &#8220;could not connect the action&#8230;&#8221; messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/comment-page-1/#comment-2211</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 07 Jun 2007 02:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/#comment-2211</guid>
		<description>&lt;p&gt;If you&#039;ve never had significant problems, I envy you. It&#039;s mostly the opacity of nibs that gives me trouble. They&#039;re basically unsearchable and undiffable, so sometimes it&#039;s impossible to predict whether changes in the source code will break the nibs, especially when you&#039;re working on a project you didn&#039;t create. Merging from version control with nibs can be a nightmare.&lt;/p&gt;
	&lt;p&gt;Also, Interface Builder&#039;s user interface is not always the most pleasant, ironically.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>If you&#8217;ve never had significant problems, I envy you. It&#8217;s mostly the opacity of nibs that gives me trouble. They&#8217;re basically unsearchable and undiffable, so sometimes it&#8217;s impossible to predict whether changes in the source code will break the nibs, especially when you&#8217;re working on a project you didn&#8217;t create. Merging from version control with nibs can be a nightmare.</p>
<p>Also, Interface Builder&#8217;s user interface is not always the most pleasant, ironically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudy</title>
		<link>http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/comment-page-1/#comment-2192</link>
		<dc:creator>Rudy</dc:creator>
		<pubDate>Tue, 05 Jun 2007 06:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2007/06/04/working-without-a-nib-part-2-also-also-wik/#comment-2192</guid>
		<description>And ... why is a nib file a problem?</description>
		<content:encoded><![CDATA[<p>And &#8230; why is a nib file a problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
