<?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: Building an iPhone App Without Interface Builder</title>
	<atom:link href="http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/</link>
	<description>My life ... My blog</description>
	<lastBuildDate>Fri, 21 May 2010 06:52:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian M. Lima</title>
		<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/comment-page-1/#comment-3048</link>
		<dc:creator>Brian M. Lima</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=140#comment-3048</guid>
		<description>This has to be the best tutorial I have seen yet on iphone apps. 

As a veteran emacs gent I want to write code, not play within the confines of someone else&#039;s GUI App. After trying interface builder for a few hours I realized that it just was not a tool for building complex applications, I was further disappointed that I could not find some functionality to export a window as just the raw code it would take to build it locally. 

Not only did you give me a good starting point from an XCode project, but I also saw the basics of allocation,release, and some syntax examples that shed just the right amount of light on the some of the differences between Objective C and the languages I am used to writing in.

Anyway, you have probably saved me days of reading -- trial and error, this will be one of the first tutorials I show new engineers.

Cheers!</description>
		<content:encoded><![CDATA[<p>This has to be the best tutorial I have seen yet on iphone apps. </p>
<p>As a veteran emacs gent I want to write code, not play within the confines of someone else&#8217;s GUI App. After trying interface builder for a few hours I realized that it just was not a tool for building complex applications, I was further disappointed that I could not find some functionality to export a window as just the raw code it would take to build it locally. </p>
<p>Not only did you give me a good starting point from an XCode project, but I also saw the basics of allocation,release, and some syntax examples that shed just the right amount of light on the some of the differences between Objective C and the languages I am used to writing in.</p>
<p>Anyway, you have probably saved me days of reading &#8212; trial and error, this will be one of the first tutorials I show new engineers.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan VanWinkle</title>
		<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/comment-page-1/#comment-3043</link>
		<dc:creator>Dan VanWinkle</dc:creator>
		<pubDate>Sun, 21 Feb 2010 03:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=140#comment-3043</guid>
		<description>@Gregory Thomson: I do all of my prototyping for clients in IB, just for speed purposes (as in really quick to program, not a speedy app), get the sign off from the client, then do everything programmatically. I would be pretty upset that it took a month and a half though, unless it was an ungodly huge program. It usually takes about 3 days to create an app using IB to demo the UI to the client.</description>
		<content:encoded><![CDATA[<p>@Gregory Thomson: I do all of my prototyping for clients in IB, just for speed purposes (as in really quick to program, not a speedy app), get the sign off from the client, then do everything programmatically. I would be pretty upset that it took a month and a half though, unless it was an ungodly huge program. It usually takes about 3 days to create an app using IB to demo the UI to the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/comment-page-1/#comment-1603</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 15 Sep 2009 20:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=140#comment-1603</guid>
		<description>Without seeing the code it&#039;s really hard to say what was done. There&#039;s an off chance that the NIB files are only there for the purpose of using them to push the view onto the screen and then all the UI elements are still being built in code. But if you were really building the whole app in code you wouldn&#039;t really need the NIB files at all.

I guess long story short - fire up Xcode and see what&#039;s in the nib files. If all the UI elements are there - then you didn&#039;t get what you asked for. If they&#039;re all just blank windows then whoever built the app was just using them to control the view size and still building all the elements manually.</description>
		<content:encoded><![CDATA[<p>Without seeing the code it&#8217;s really hard to say what was done. There&#8217;s an off chance that the NIB files are only there for the purpose of using them to push the view onto the screen and then all the UI elements are still being built in code. But if you were really building the whole app in code you wouldn&#8217;t really need the NIB files at all.</p>
<p>I guess long story short &#8211; fire up Xcode and see what&#8217;s in the nib files. If all the UI elements are there &#8211; then you didn&#8217;t get what you asked for. If they&#8217;re all just blank windows then whoever built the app was just using them to control the view size and still building all the elements manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Thomson</title>
		<link>http://www.steili.com/wordpress/2009/02/25/building-an-iphone-app-without-interface-builder/comment-page-1/#comment-1602</link>
		<dc:creator>Gregory Thomson</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.steili.com/wordpress/?p=140#comment-1602</guid>
		<description>Hello,
I have a question about building an iPhone app programmatically without using Interface Builder.
I outsourced a project to have a developer develop an iPhone app.
I asked that it be built programmatically without using Interface Builder so that I could better see how the coding gets done to create everything.
The developer sent an initial version of the GUI after a month and a half. It has about a dozen .NIB files - one for each of the screens.
Doesn&#039;t that mean that he didn&#039;t actually build the screens programmatically? I have yet to open the project on the Mac, so I can probably tell more then how he did things. Note: what he sent isn&#039;t intended to be a prototype, as I gave him the design for the GUI, so no prototype really needed.
Pretty depressing when I look at what I requested, and see what he sent back, though - I asked for a 747, and got a glider in return I think.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have a question about building an iPhone app programmatically without using Interface Builder.<br />
I outsourced a project to have a developer develop an iPhone app.<br />
I asked that it be built programmatically without using Interface Builder so that I could better see how the coding gets done to create everything.<br />
The developer sent an initial version of the GUI after a month and a half. It has about a dozen .NIB files &#8211; one for each of the screens.<br />
Doesn&#8217;t that mean that he didn&#8217;t actually build the screens programmatically? I have yet to open the project on the Mac, so I can probably tell more then how he did things. Note: what he sent isn&#8217;t intended to be a prototype, as I gave him the design for the GUI, so no prototype really needed.<br />
Pretty depressing when I look at what I requested, and see what he sent back, though &#8211; I asked for a 747, and got a glider in return I think.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
