<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Recent Posts in iPhone Development | Pragmatic Forums</title>
    <link>http://forums.pragprog.com/forums/83/posts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Screencast Episode 4 Question posted by James Kerr @ Fri, 21 Nov 2008 23:13:35 -0000</title>
      <description>&lt;p&gt;Hi Bill&amp;#8212;&lt;/p&gt;


	&lt;p&gt;Ahh, the lightbulb in my brain comes on! Thanks for the help.&lt;/p&gt;


	&lt;p&gt;Now I can go back to figuring out how to parse &lt;span class="caps"&gt;XML&lt;/span&gt;. ActionScript has me spoiled, with it&amp;#8217;s support for &lt;span class="caps"&gt;E4X&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;Jay&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 23:13:35 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1420:6263</guid>
      <author>James Kerr</author>
      <link>http://forums.pragprog.com/forums/83/topics/1420</link>
    </item>
    <item>
      <title>Application Design and Development Process... posted by Felipe Laso @ Fri, 21 Nov 2008 21:22:03 -0000</title>
      <description>&lt;p&gt;Thanks chris!&lt;/p&gt;


	&lt;p&gt;That never really crossed my mind :)  and it&amp;#8217;s actually a very handy way to &amp;#8220;navigate&amp;#8221; through your app before starting the coding process.&lt;/p&gt;


	&lt;p&gt;The back side is also great for notes and writing down stuff I need on each view controller!&lt;/p&gt;


	&lt;p&gt;Thanks a lot :D&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 21:22:03 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1424:6261</guid>
      <author>Felipe Laso</author>
      <link>http://forums.pragprog.com/forums/83/topics/1424</link>
    </item>
    <item>
      <title>Application Design and Development Process... posted by Chris Adamson @ Fri, 21 Nov 2008 21:10:40 -0000</title>
      <description>&lt;p&gt;I like to sketch ideas on index cards, since they&amp;#8217;re about the size of the iPhone screen.  Then, for navigation GUIs, I put the cards in a stack to understand how they&amp;#8217;ll navigate, and for a tab navigation, I&amp;#8217;ll create a card for the tabs and turn it sideways.&lt;/p&gt;


	&lt;p&gt;The key is that for each card you create (except the sideways &amp;#8220;tabs&amp;#8221; card, if any), you&amp;#8217;re going to be writing a new view controller to manage that view.  So you can look at the card and the widgets on it and figure out what to put in your view controller header file:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;any buttons will need IBActions that they call&lt;/li&gt;
		&lt;li&gt;any text components, image views, web views, or other widgets that you&amp;#8217;ll want to inspect or modify from code will need to be declared as IBOutlets&lt;/li&gt;
		&lt;li&gt;some widgets may need both outlets and actions, like a segmented control that you want to check the current selection of, and handle the Value Changed event&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;It&amp;#8217;s nothing more than paper prototyping at 3-by-5 inches, but better to clarify your ideas early, rather than getting lost in Xcode.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 21:10:40 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1424:6260</guid>
      <author>Chris Adamson</author>
      <link>http://forums.pragprog.com/forums/83/topics/1424</link>
    </item>
    <item>
      <title>Application Design and Development Process... posted by Felipe Laso @ Fri, 21 Nov 2008 20:57:53 -0000</title>
      <description>&lt;p&gt;Hi.&lt;/p&gt;


	&lt;p&gt;I finally decided to begin the development of my first to-be-distributed app. I just don&amp;#8217;t really know where to begin.&lt;/p&gt;


	&lt;p&gt;I was hoping that some of the developers in the community gave me some of their workflows. Some people begin by writing ideas on a piece of paper, a feature list, etc. Then move on to the interface design, class design, etc.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m really lost since it&amp;#8217;s going to be my first &amp;#8216;real&amp;#8217; project, and I know that sitting down and writing code is the worst way to go.&lt;/p&gt;


	&lt;p&gt;Any suggestions, links or comments are welcome :)&lt;br /&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 20:57:53 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1424:6259</guid>
      <author>Felipe Laso</author>
      <link>http://forums.pragprog.com/forums/83/topics/1424</link>
    </item>
    <item>
      <title>Touch Detection in UIImageView posted by Ashish Sehra @ Fri, 21 Nov 2008 18:53:44 -0000</title>
      <description>&lt;p&gt;Hi Bill,&lt;/p&gt;


	&lt;p&gt;Thanks for the advice.. Will do that right away.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 18:53:44 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1423:6257</guid>
      <author>Ashish Sehra</author>
      <link>http://forums.pragprog.com/forums/83/topics/1423</link>
    </item>
    <item>
      <title>Screencast Episode 4 Question posted by Bill Dudney @ Fri, 21 Nov 2008 18:30:21 -0000</title>
      <description>&lt;p&gt;Hi Jay,&lt;/p&gt;


	&lt;p&gt;Good question, the data dictionary contains the mutable arrays. Even though we type the array as NSArray in the ingredients controller since NSMutableArray is a subclass there is no change in the real underlying object, its the same object that lives in the dictionary.&lt;/p&gt;


	&lt;p&gt;To prove this to yourself set a breakpoint in the removeIngredient: method and look at the address of the array (in gdb use $p (id)[data objectForKey:recipeName]). and compare that to the ingredients array, they share the same address. Its identically the same object, the same patch of memory.&lt;/p&gt;


	&lt;p&gt;Hope this helps!&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 18:30:21 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1420:6256</guid>
      <author>Bill Dudney</author>
      <link>http://forums.pragprog.com/forums/83/topics/1420</link>
    </item>
    <item>
      <title>Screencast Episode 4 Question posted by James Kerr @ Fri, 21 Nov 2008 17:27:03 -0000</title>
      <description>&lt;p&gt;Hi Bill,&lt;/p&gt;


	&lt;p&gt;Wouldn&amp;#8217;t the ingredients array need to be replaced in order for it&amp;#8217;s count to decrease, as it is not mutable? It seems like the removeIngredient: method deletes a string value from the NSMutableArray within the &amp;#8220;data&amp;#8221; dictionary, which is a separate object from the ingredients NSArray of the IngredientsController.&lt;/p&gt;


	&lt;p&gt;Please excuse my noobiness&amp;#8230; I am primarily a Flash developer, and Obj-C is a bit of a change from ActionScript3 (understatement =) ).&lt;/p&gt;


	&lt;p&gt;Jay&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 17:27:03 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1420:6254</guid>
      <author>James Kerr</author>
      <link>http://forums.pragprog.com/forums/83/topics/1420</link>
    </item>
    <item>
      <title>Touch Detection in UIImageView posted by Bill Dudney @ Fri, 21 Nov 2008 17:06:05 -0000</title>
      <description>&lt;p&gt;Hi Ashish,&lt;/p&gt;


	&lt;p&gt;Glad it works for you now!&lt;/p&gt;


	&lt;p&gt;One thing though, you need to put that code into both initWithFrame: and initWithCode: because of the way that IB deserialzes your objects there are times when either could be called.&lt;/p&gt;


	&lt;p&gt;Better yet set the property in IB then you won&amp;#8217;t have to worry about it.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 17:06:05 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1423:6253</guid>
      <author>Bill Dudney</author>
      <link>http://forums.pragprog.com/forums/83/topics/1423</link>
    </item>
    <item>
      <title>Touch Detection in UIImageView posted by Ashish Sehra @ Fri, 21 Nov 2008 16:34:50 -0000</title>
      <description>&lt;p&gt;Hi Bill,&lt;/p&gt;


	&lt;p&gt;I have set the property in the initWithFrame method for the UIImageView subclass. And now it works properly. I am getting the logs on the console.&lt;/p&gt;


	&lt;p&gt;Thanks a lot for help..&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 16:34:50 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1423:6252</guid>
      <author>Ashish Sehra</author>
      <link>http://forums.pragprog.com/forums/83/topics/1423</link>
    </item>
    <item>
      <title>Touch Detection in UIImageView posted by Bill Dudney @ Fri, 21 Nov 2008 16:00:41 -0000</title>
      <description>&lt;p&gt;Hi Ashish,&lt;/p&gt;


	&lt;p&gt;Make sure that you have the view enabled. UIView has a property &amp;#8216;userInteractionEnabled&amp;#8217; that turn of and on the view listening to events. If that is set to NO (which I think is the default for UIImageView) then you won&amp;#8217;t get any events. You can change it in IB or set the property in your initWithCoder: method.&lt;/p&gt;


	&lt;p&gt;Good luck!&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 16:00:41 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1423:6251</guid>
      <author>Bill Dudney</author>
      <link>http://forums.pragprog.com/forums/83/topics/1423</link>
    </item>
    <item>
      <title>Touch Detection in UIImageView posted by Ashish Sehra @ Fri, 21 Nov 2008 13:53:57 -0000</title>
      <description>&lt;p&gt;Hi,&lt;br /&gt;I am working on an application that requires touch detection on an image. So I made a class that inherits from UIImageView and added an object of that class as an instance variable in a view controller sub-class. I am trying out touch based application.. so just to try it out i added touchesBegan method in the uiimageView subclass. in that method i added a nslog string for debugging. In the UIViewController subclass i had added an image to the instance variable of uiImageView subclass.. so i expected the image in the view control to detect touches.. But when i ran the application and tapped on the image the touches began method was never invoked. Can anyone tell me whether i m proceeding in the right direction or do i need to do this in a different manner.&lt;/p&gt;


	&lt;p&gt;I added nothing in the UIImageView subclass:&lt;/p&gt;


&lt;pre&gt;
&lt;code&gt;
#import &amp;lt;UIKit/UIKit.h&amp;gt;

@interface ZoomableImage : UIImageView {

}

@end

&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;

	&lt;p&gt;Touches Began method in the uiimageview subclass(named, ZoomableImage): &lt;br /&gt;&lt;pre&gt;
&lt;code&gt;
#import "ZoomableImage.h" 

@implementation ZoomableImage

- (id)initWithFrame:(CGRect)frame {
    if (self = [super initWithFrame:frame]) {
        // Initialization code
    }
    return self;
}

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
    NSLog(@"-- I AM TOUCHED --");
}

- (void)drawRect:(CGRect)rect {
    // Drawing code
}

- (void)dealloc {
    [super dealloc];
}

@end
&lt;/code&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 13:53:57 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1423:6248</guid>
      <author>Ashish Sehra</author>
      <link>http://forums.pragprog.com/forums/83/topics/1423</link>
    </item>
    <item>
      <title>Screencast Episode 4 Question posted by Bill Dudney @ Fri, 21 Nov 2008 11:51:27 -0000</title>
      <description>&lt;p&gt;Hi James,&lt;/p&gt;


	&lt;p&gt;The ingredients array is not copied, its the same object as the one held onto by the app delegate.&lt;/p&gt;


	&lt;p&gt;Hope this helps, if it does not please let me know.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 11:51:27 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1420:6244</guid>
      <author>Bill Dudney</author>
      <link>http://forums.pragprog.com/forums/83/topics/1420</link>
    </item>
    <item>
      <title>Questions after chapter 2 posted by Matthias L&#252;bken @ Fri, 21 Nov 2008 09:25:37 -0000</title>
      <description>&lt;p&gt;Hi &lt;br /&gt;so I&amp;#8217;ve completed chapter 2 successfully. Now I have tons of questions in my head which I try to figure out before moving to the next chapter.&lt;/p&gt;


	&lt;p&gt;@Bill: I just wanted to let you know these questions. Maybe it gives your some ideas how to structure the chapter.&lt;/p&gt;


	&lt;p&gt;- How is a header file arranged? What is in the enclosing {-parenthesis? What after?&lt;/p&gt;


	&lt;p&gt;- What are directives? What does the @class directive do? &amp;#8211; What does the @synthesize directive do?&lt;/p&gt;


	&lt;p&gt;- How does protocols work in general in Objective-C? How do the work with Interface Builder? Why can I connect them without declaring anything else?&lt;/p&gt;


	&lt;p&gt;- Why does the instance variable field has to be an property?&lt;/p&gt;


	&lt;p&gt;- How do the implementation of the UITextFieldDelegateMethods work?&lt;/p&gt;


	&lt;p&gt;- How does import work? At the end of this example StarterViewController.m imports both StarterViewController.h and EditorViewController.h . How do I know that StarterViewController.m is the implementation of StarterViewController.h ? Just a naming convention?&lt;/p&gt;


	&lt;p&gt;- What does the second Controller do in StarterViewController.xib? Just to connect to the editorViewController in StarterViewController.h? Could I implement it differently? When and what kind of classes do I need in my nib?&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 09:25:37 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1422:6243</guid>
      <author>Matthias L&#252;bken</author>
      <link>http://forums.pragprog.com/forums/83/topics/1422</link>
    </item>
    <item>
      <title>Screencast Episode 4 Question posted by James Kerr @ Fri, 21 Nov 2008 01:07:23 -0000</title>
      <description>&lt;p&gt;I&amp;#8217;m not understanding how the count of ingredients is being decremented after an ingredient is deleted from the tableView.&lt;/p&gt;


	&lt;p&gt;The ingredients property is initially set from the AppDelegate when the user clicks on a Recipe cell by passing in an NSArray of ingredients from the data dictionary. Deleting an Ingredient updates the data dict for the appropriate Recipe key via the AppDelegates removeIngredient: forRecipe method, but I don&amp;#8217;t see how the NSArray referenced by the ingredients property of the IngredientsViewController is updated. I can see the count of the ingredients array being decremented immediately after the data dictionary is updated, but don&amp;#8217;t get how that event effects the ingredients array.&lt;/p&gt;


	&lt;p&gt;JK&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 01:07:23 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1420:6241</guid>
      <author>James Kerr</author>
      <link>http://forums.pragprog.com/forums/83/topics/1420</link>
    </item>
    <item>
      <title>using NSURLRequest to retrieve RESTful data posted by Chris Adamson @ Thu, 20 Nov 2008 22:52:33 -0000</title>
      <description>&lt;p&gt;Actually, this is a teachable moment: in IB, the text components all default to spell checking, and this (and other automatic changes) are not necessarily helpful for fields that take atypical content, like &lt;span class="caps"&gt;URL&lt;/span&gt; fields. So check such fields with the inspector.  Also, there&amp;#8217;s a &lt;span class="caps"&gt;URL&lt;/span&gt; keyboard you might find helpful, as it eliminates characters that can&amp;#8217;t be in URLs.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 22:52:33 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1412:6237</guid>
      <author>Chris Adamson</author>
      <link>http://forums.pragprog.com/forums/83/topics/1412</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Adrian Collins @ Thu, 20 Nov 2008 21:46:39 -0000</title>
      <description>&lt;p&gt;Thanks Bill&lt;/p&gt;


	&lt;p&gt;I originally had the field set beneath the view load. It was the property in IB that caused the problem. Live &amp;#38; Learn :)&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 21:46:39 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6233</guid>
      <author>Adrian Collins</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Bill Dudney @ Thu, 20 Nov 2008 21:45:52 -0000</title>
      <description>&lt;p&gt;Hi Adrian,&lt;/p&gt;


	&lt;p&gt;There are 2 parts to why what you are doing won&amp;#8217;t work.&lt;/p&gt;


	&lt;p&gt;1) When the edit method is invoked the first time by the button editorViewController has no view and its nib file has not been loaded. (its loaded by a call to view during the process of presenting it)&lt;/p&gt;


	&lt;p&gt;2) field is set (in interface builder attributes inspector for the field) to clear its contents when editing begins, so when the editor&amp;#8217;s view does appear the field becomes first responder, editing begins and the content is cleared out&lt;/p&gt;


	&lt;p&gt;you can flip the switch in IB to get the functionality on the 2nd try, to get it to work on the first try you will have to move the setting of the field&amp;#8217;s text to below the present modal view call.&lt;/p&gt;


	&lt;p&gt;good luck!&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 21:45:52 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6232</guid>
      <author>Bill Dudney</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Bill Dudney @ Thu, 20 Nov 2008 21:42:47 -0000</title>
      <description>&lt;p&gt;Hi Adrian,&lt;/p&gt;


	&lt;p&gt;There are 2 parts to why what you are doing won&amp;#8217;t work.&lt;/p&gt;


	&lt;p&gt;1) When the edit method is invoked the first time by the button editorViewController has no view and its nib file has not been loaded. (its loaded by a call to view during the process of presenting it)&lt;/p&gt;


	&lt;p&gt;2) field is set (in interface builder attributes inspector for the field) to clear its contents when editing begins, so when the editor&amp;#8217;s view does appear the field becomes first responder, editing begins and the content is cleared out&lt;/p&gt;


	&lt;p&gt;you can flip the switch in IB to get the functionality on the 2nd try, to get it to work on the first try you will have to move the setting of the field&amp;#8217;s text to below the present modal view call.&lt;/p&gt;


	&lt;p&gt;good luck!&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 21:42:47 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6231</guid>
      <author>Bill Dudney</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Adrian Collins @ Thu, 20 Nov 2008 21:42:41 -0000</title>
      <description>&lt;p&gt;I have zipped up my project here&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.score-pro.co.uk/iphonesdk/"&gt;http://www.score-pro.co.uk/iphonesdk/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Many Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 21:42:41 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6230</guid>
      <author>Adrian Collins</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
    <item>
      <title>Chapter 3.13 posted by Adrian Collins @ Thu, 20 Nov 2008 21:34:03 -0000</title>
      <description>&lt;p&gt;Hi&lt;/p&gt;


	&lt;p&gt;Not sure if this is an error or just something wrong with my code but in the method addButtonWasPressed, the line&amp;#8230;&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;[addTeamViewController release];&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;...causes my app to crash after adding a team. If I comment that line out everything seems to work OK!&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 21:34:03 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1416:6229</guid>
      <author>Adrian Collins</author>
      <link>http://forums.pragprog.com/forums/83/topics/1416</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Iv&#225;n Ranca&#241;o Garc&#237;a @ Thu, 20 Nov 2008 20:17:21 -0000</title>
      <description>&lt;p&gt;Is simply i have a view with two buttons one of them text is &amp;#8220;hello&amp;#8221; and the other &amp;#8220;bye&amp;#8221;.&lt;/p&gt;


	&lt;p&gt;I want to open a new view with a textfield with the order presentModalViewController.&lt;/p&gt;


	&lt;p&gt;When you push the hello button, the textfield must have &amp;#8220;hello&amp;#8221; on it, and when you push &amp;#8220;bye&amp;#8221; it should have &amp;#8220;bye&amp;#8221;.&lt;/p&gt;


	&lt;p&gt;Thank you in advance.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 20:17:21 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6227</guid>
      <author>Iv&#225;n Ranca&#241;o Garc&#237;a</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Felipe Laso @ Thu, 20 Nov 2008 20:09:34 -0000</title>
      <description>&lt;p&gt;Could you please upload your app to some place where I can download it and test it on my computer?&lt;/p&gt;


	&lt;p&gt;I don&amp;#8217;t really know what the problem is, although if it compiles without warnings or errors its probably something in your interface that is not connected, or a runtime error.&lt;/p&gt;


	&lt;p&gt;Post a link of your project here so I can get it and figure out what&amp;#8217;s going on from here :)&lt;/p&gt;


	&lt;p&gt;Bye&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 20:09:34 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6226</guid>
      <author>Felipe Laso</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
    <item>
      <title>Saving the state of a UITabBar and saving data to a .plist file! posted by Felipe Laso @ Thu, 20 Nov 2008 20:06:55 -0000</title>
      <description>&lt;p&gt;Nope.&lt;/p&gt;


	&lt;p&gt;I just made another project in Xcode with more than 4 views. I get the &amp;#8220;More&amp;#8221; button which in turn allows me to edit the tat bar items.&lt;/p&gt;


	&lt;p&gt;Even though I changed the order of the tab bar, whenever I quit my application it goes back to the default order.&lt;/p&gt;


	&lt;p&gt;Thought I would post the results of my test.&lt;br /&gt;:)&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 20:06:55 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1411:6225</guid>
      <author>Felipe Laso</author>
      <link>http://forums.pragprog.com/forums/83/topics/1411</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Iv&#225;n Ranca&#241;o Garc&#237;a @ Thu, 20 Nov 2008 19:48:41 -0000</title>
      <description>&lt;p&gt;I am trying to do the same for 5 days, but it didn&amp;#8217;t run. Help us, please.&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 19:48:41 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6224</guid>
      <author>Iv&#225;n Ranca&#241;o Garc&#237;a</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
    <item>
      <title>IPhone SDK Chapter 2 - Setting the textbox value posted by Adrian Collins @ Thu, 20 Nov 2008 19:36:33 -0000</title>
      <description>&lt;p&gt;Hi, I was really hoping some could help me on this but I guess I didn&amp;#8217;t explain it very well and there is a typo with the code, so I&amp;#8217;ll give it another go.&lt;/p&gt;


	&lt;p&gt;It should be very simple really. After following chapter 2 to completion I wanted to be able to send the text back to the textbox so as to have it pre-populated with what the label read. This is kind of reverse to what the example did. This is the code is used&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
-(IBAction)edit{
    editorViewController.field.text = label.text; //This is what I added!!!!
    [self presentModalViewController:editorViewController animated:YES];
}
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;When I tap the button i try to set the textbox of the next form with the value of the label. For some reason this doesnt seem to work!&lt;/p&gt;


	&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 19:36:33 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:83:1391:6223</guid>
      <author>Adrian Collins</author>
      <link>http://forums.pragprog.com/forums/83/topics/1391</link>
    </item>
  </channel>
</rss>
