Book/documentation on iPhone SDK with little emphasis on InterfaceBuilder - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T03:54:08Zhttp://stackoverflow.com/feeds/question/1081700http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1081700/book-documentation-on-iphone-sdk-with-little-emphasis-on-interfacebuilder0Book/documentation on iPhone SDK with little emphasis on InterfaceBuilderAmy Fudge2009-07-04T07:02:31Z2009-08-04T03:32:18Z
<p>I have been doing some iPhone app development for the past few weeks.</p>
<p>I am not a big fan of the interface builder - I just don't like tools. I prefer writing code for what the IB can accomplish.</p>
<p>I have been referring to various books, however most use Interface Builder to build apps. Can anyone recommend a good book which has little emphasis on IB?</p>
<p>Thanks in advance.</p>
<p>Amy</p>
http://stackoverflow.com/questions/1081700/book-documentation-on-iphone-sdk-with-little-emphasis-on-interfacebuilder/1081721#10817212Answer by unforgiven for Book/documentation on iPhone SDK with little emphasis on InterfaceBuilderunforgiven2009-07-04T07:14:44Z2009-07-04T07:14:44Z<p>You may want to read the following, although these book were written for SDK 2.x. </p>
<p>1) The iPhone Developer's Cookbook: Building Applications with the iPhone SDK by Erica Sadun</p>
<p>2) iPhone SDK Application Development: Building Applications for the AppStore by Jonathan Zdziarski</p>
<p>3) iPhone SDK Programming: Developing Mobile Applications for Apple iPhone and iPod touch by Maher Ali </p>
http://stackoverflow.com/questions/1081700/book-documentation-on-iphone-sdk-with-little-emphasis-on-interfacebuilder/1081741#10817410Answer by Rhythmic Fistman for Book/documentation on iPhone SDK with little emphasis on InterfaceBuilderRhythmic Fistman2009-07-04T07:39:31Z2009-07-04T07:39:31Z<p>Sounds like you want Joanathan Zdziarski's book,<br />
<a href="http://rads.stackoverflow.com/amzn/click/0596155190" rel="nofollow">iPhone Open Application Development: Write Native Applications Using the Open Source Tool Chain</a>.</p>
<p>It doesn't actually use the Apple toolchain, so no Interface Builder. </p>
http://stackoverflow.com/questions/1081700/book-documentation-on-iphone-sdk-with-little-emphasis-on-interfacebuilder/1225625#12256252Answer by John Ballinger for Book/documentation on iPhone SDK with little emphasis on InterfaceBuilderJohn Ballinger2009-08-04T03:32:18Z2009-08-04T03:32:18Z<p>Hi Amy,</p>
<p>Yeah IB is a bit weird to anything we have seen before. VB, Flash, Other tools. I must say that I was accustomed to wiring things up by naming them and then referring to this in code.</p>
<blockquote>
<p>I am not a big fan of the interface
builder - I just don't like tools. I
prefer writing code for what the IB
can accomplish.</p>
</blockquote>
<p>The big point of IB is that is can save you upto 75% of your code. Thats a lot of typing and cludging around. I believe it is pretty simple and 10x more powerful than code to "wire" things together quickly and efficiently. </p>
<p>I do hope you give IB a better run for its money. It will save a lot of time and outrightly avoiding it probably is not going to help.</p>