<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Creating iPhone Apps</title>
	
	<link>http://www.creatingiphoneapps.net</link>
	<description />
	<lastBuildDate>Sat, 21 May 2011 20:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/creatingiphoneappsnow" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="creatingiphoneappsnow" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">creatingiphoneappsnow</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Creating iPhone Apps Tip #6 – How To Change Background Color</title>
		<link>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-6-%e2%80%93-change-background-color/</link>
		<comments>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-6-%e2%80%93-change-background-color/#comments</comments>
		<pubDate>Wed, 11 May 2011 13:00:41 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Tips]]></category>
		<category><![CDATA[creating iphone apps tips]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=375</guid>
		<description><![CDATA[<p>There are two ways to change the background color of a view, in code and through interface builder.  I thought it would be helpful to go through both these options real quick. </p>
<p>First Interface Builder:</p>
<p>Click on your view object and make sure that you have the Utilities View open.  Then click on the Attributes Inspector on the right. You should see a section for view and in that [...] <a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-6-%e2%80%93-change-background-color/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>There are two ways to change the background color of a view, in code and through interface builder.  I thought it would be helpful to go through both these options real quick. </p>
<p>First Interface Builder:</p>
<p>Click on your view object and make sure that you have the Utilities View open.  Then click on the Attributes Inspector on the right. You should see a section for view and in that section there is an option for background color. Change that to something that stands out. I chose green:</p>
<p><a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-6-%e2%80%93-change-background-color/attachment/settingupbackgroundcolor-2/" rel="attachment wp-att-380"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/05/SettingUpBackgroundColor.jpg" alt="Setting Up Background Color" title="Setting Up Background Color" width="600" height="394" class="aligncenter size-full wp-image-380" /></a></p>
<p>Next in Code:</p>
<p>Inside your ViewController.m file find the function viewDidLoad.  You will want to add the following code:</p>
<pre class="brush: objc; title: ;">

[self.view setBackgroundColor:[UIColor redColor]];
</pre>
<p>This is assuming that you are using a view controller.</p>
<p><a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-6-%e2%80%93-change-background-color/attachment/redbackground/" rel="attachment wp-att-385"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/05/RedBackground.jpg" alt="Red Background" title="Red Background" width="350" height="604" class="aligncenter size-full wp-image-385" /></a></p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/X8c1cEWRt0A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-6-%e2%80%93-change-background-color/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating iPhone Apps Video #4 – Intro To XCode</title>
		<link>http://www.creatingiphoneapps.net/xcode-2/creating-iphone-apps-video-4/</link>
		<comments>http://www.creatingiphoneapps.net/xcode-2/creating-iphone-apps-video-4/#comments</comments>
		<pubDate>Fri, 06 May 2011 13:00:30 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Videos]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[creating iPhone Apps]]></category>
		<category><![CDATA[Creating iPhone Apps video]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=326</guid>
		<description><![CDATA[<p>Here is a real quick introduction to XCode along with some useful Hot Keys and Shortcuts.</p>
<p></p>
<p>Let me know if there are any other iPhone development tutorial videos you would like to see.  Or anything on Objective C.</p>
<p>  <p> &#160; </p>————————————————————–As always, please leave your comments on iPhone applications,          development, or any questions you might have.&#160;     [...] <a href="http://www.creatingiphoneapps.net/xcode-2/creating-iphone-apps-video-4/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Here is a real quick introduction to XCode along with some useful Hot Keys and Shortcuts.</p>
<p><iframe title="YouTube video player" width="600" height="487" src="http://www.youtube.com/embed/epb1q17KEFM" frameborder="0" allowfullscreen></iframe></p>
<p>Let me know if there are any other iPhone development tutorial videos you would like to see.  Or anything on Objective C.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/NXHayyK8Je8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/xcode-2/creating-iphone-apps-video-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating iPhone Apps Tip #5 – How To Create An Alert</title>
		<link>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-5-create-alert/</link>
		<comments>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-5-create-alert/#comments</comments>
		<pubDate>Wed, 04 May 2011 13:00:06 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Tips]]></category>
		<category><![CDATA[creating iphone apps tips]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=252</guid>
		<description><![CDATA[<p>In case you need to know how to create an alert easily for your iPhone application here are the quick steps.</p>

UIAlertView *ourAlert = [[UIAlertView alloc] initWithTitle:@&#34;newAlert&#34;
                                             [...] <a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-5-create-alert/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>In case you need to know how to create an alert easily for your iPhone application here are the quick steps.</p>
<pre class="brush: objc; title: ;">
UIAlertView *ourAlert = [[UIAlertView alloc] initWithTitle:@&quot;newAlert&quot;
                                                       message:@&quot;New Alert!&quot;
                                                      delegate:self
                                             cancelButtonTitle:@&quot;Dismiss&quot;
                                             otherButtonTitles: nil];

    [ourAlert show];
    [ourAlert release];
</pre>
<p>See real easy.  You will want to put the show line were ever you want the alert to actually popup.  For instance, if you wanted it to show up on a button press you would place it in the method that deals with this.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/7qxxS6V5DlA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-5-create-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating iPhone Apps Video #3 – Adding an Icon</title>
		<link>http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video/</link>
		<comments>http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 13:00:16 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Videos]]></category>
		<category><![CDATA[creating iPhone Apps]]></category>
		<category><![CDATA[Creating iPhone Apps video]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=312</guid>
		<description><![CDATA[<p>I wanted to share a quick video I created to help you add an icon to your application. I go through the steps you need in order to add an icon to your iPhone application.</p>
<p></p>
<p>Let me know if there are any other iPhone development tutorial videos you would like to see.  Or anything on Objective C.</p>
<p>  <p> &#160; </p>————————————————————–As always, please leave your comments on iPhone applications,  [...] <a href="http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to share a quick video I created to help you add an icon to your application. I go through the steps you need in order to add an icon to your iPhone application.</p>
<p><iframe title="YouTube video player" width="600" height="487" src="http://www.youtube.com/embed/fws0t2UaLvI" frameborder="0" allowfullscreen></iframe></p>
<p>Let me know if there are any other iPhone development tutorial videos you would like to see.  Or anything on Objective C.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/q2HSh5qQI8c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating iPhone Apps Tip #4 – List of XCode Shortcuts (Hotkeys)</title>
		<link>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-4-%e2%80%93-shortcuts-xcode/</link>
		<comments>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-4-%e2%80%93-shortcuts-xcode/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 13:00:44 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Tips]]></category>
		<category><![CDATA[creating iphone apps tips]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=279</guid>
		<description><![CDATA[<p>I wanted to give you some quick shortcuts for XCode that might be helpful.  I find that when I take the time to learn hot keys they help speed up my development time and get me comfortable with the software that I am using.</p>
<p>For starters here are some basics- </p>
<p>1. ⌘R &#8211; Run
2. ⌘B &#8211; Build
3. ⌘S &#8211; Save
4. ⌘Y &#8211; Activate Breakpoints
5. ⌘\ &#8211; Add Breakpoint on this [...] <a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-4-%e2%80%93-shortcuts-xcode/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to give you some quick shortcuts for XCode that might be helpful.  I find that when I take the time to learn hot keys they help speed up my development time and get me comfortable with the software that I am using.</p>
<p>For starters here are some basics- </p>
<p>1. ⌘R &#8211; Run<br />
2. ⌘B &#8211; Build<br />
3. ⌘S &#8211; Save<br />
4. ⌘Y &#8211; Activate Breakpoints<br />
5. ⌘\ &#8211; Add Breakpoint on this line<br />
6. Tab &#8211; accepts the current autocomplete<br />
7. Double click on bracket &#8211; gives matching bracket<br />
8. ⌘- double click &#8211; shows you the definition of the symbol<br />
9. ⌘Z &#8211; Undo<br />
10. Shift-⌘-Z &#8211; Redo<br />
11. ⌘] &#8211; Shift Right<br />
12. ⌘[ &#8211; Shift left<br />
13. ⌘/ &#8211; Comments out the current line<br />
14. ^⌘D &#8211; jumps to the definition of the variable<br />
15. ⌘Q &#8211; quits useful when you are done or want to exit the simulator</p>
<p>I hope some of these will get you started towards being a more effective developer.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/fhxqWlQxN40" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-4-%e2%80%93-shortcuts-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make A Simple Tab Bar Application</title>
		<link>http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/</link>
		<comments>http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 13:00:29 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[creating iPhone Apps]]></category>
		<category><![CDATA[interface builder]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=334</guid>
		<description><![CDATA[<p>Now that we have created a simple window base application we will move on to create a simple Tab Bar Application.  To start with open XCode again and create a Tab Bar Application like below:</p>
<p></p>
<p>Then I am going to call mine MyNewTabApp, but feel free to name yours whatever is the most appropriate for you.</p>
<p></p>
<p>Now for this tutorial I am going to use Interface builder a little bit. Click [...] <a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Now that we have created a <a href="http://www.creatingiphoneapps.net/tutorials/creating-iphone-application/">simple window base application</a> we will move on to create a simple Tab Bar Application.  To start with open XCode again and create a Tab Bar Application like below:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/tabbarapp/" rel="attachment wp-att-354"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/TabBarApp.jpg" alt="Tab Bar App" title="Tab Bar App" width="600" height="442" class="aligncenter size-full wp-image-354" /></a></p>
<p>Then I am going to call mine MyNewTabApp, but feel free to name yours whatever is the most appropriate for you.</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/nametabapp/" rel="attachment wp-att-357"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/NameTabApp.jpg" alt="Name Tab App" title="Name Tab App" width="600" height="440" class="aligncenter size-full wp-image-357" /></a></p>
<p>Now for this tutorial I am going to use Interface builder a little bit. Click on the MainWindow.xib file.  it should look like this afterwards:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/mainwindowxib/" rel="attachment wp-att-358"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/MainWindowXIB.jpg" alt="Main Window XIB" title="Main Window XIB" width="600" height="407" class="aligncenter size-full wp-image-358" /></a></p>
<p>If it might look like this:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/mainwindowxib2/" rel="attachment wp-att-359"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/MainWindowXIB2.jpg" alt="Main Window XIB Alternate" title="Main Window XIB Alternate" width="600" height="394" class="aligncenter size-full wp-image-359" /></a></p>
<p>If this is the case I recommend pulling the small vertical bar on the left of the graph paper to the right until it looks like the first picture.  Ok, now that we XCode looking the way we want lets dive into creating the Tab Application.  If we build and run the app is it is created for us, we have two tabs and views that are associated with them. The tabs say First View and Second View and you can toggle between them by pressing the tabs at the bottom.</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/basictabbarapp/" rel="attachment wp-att-360"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/BasicTabBarApp.jpg" alt="Basic Tab Bar App" title="Basic Tab Bar App" width="350" height="612" class="aligncenter size-full wp-image-360" /></a></p>
<p>Now if our goal is to create a simple application that has four pages we will need to add two more pages to our app. To start this control click on the MyNewTabApp folder in the file view.  Then click &#8220;New File&#8230;&#8221; choose the UIViewController subclass option and click next.</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/uiviewcontroller/" rel="attachment wp-att-369"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/UIViewController.jpg" alt="UIViewController" title="UIViewController" width="600" height="432" class="aligncenter size-full wp-image-369" /></a></p>
<p>Make sure that the &#8220;With XIB for user interface has been chosen&#8221; and click next. </p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/xib-checked/" rel="attachment wp-att-370"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/XIB-Checked.jpg" alt="XIB Checked" title="XIB Checked" width="600" height="437" class="aligncenter size-full wp-image-370" /></a></p>
<p>I usually put in ThirdViewController as the name especially when creating very simple applications, but feel free to use whatever name you want.  Then choose save.  Make sure to repeat these steps again for the fourth tab.  Now that we have all the view created lets add some stuff to views three and four so we know they are displaying. For view three we will add a Label.  Click on the Third View&#8217;s xib file and then the view object.  Open the Utilities view by clicking on the third View option in the top right of XCode.  This will open all the utilities on the right of the IDE.  Go down to the objects on the bottom right and drag the label object over to the view.  You can make the label say whatever you want. It should look like this:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/settinguplabel/" rel="attachment wp-att-364"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/SettingUpLabel.jpg" alt="Setting Up Label" title="Setting Up Label" width="600" height="397" class="aligncenter size-full wp-image-364" /></a></p>
<p>For view four we are going to change the background color.  To do this click on the Fourth View&#8217;s xib file.  Then click on the View object.  Next make sure that you have the Utilities View open and click on the Attributes Inspector on the right.  You should see a section for view and in that section there is an option for background color.  Change that to something that stands out.  I chose green:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/settingupbackgroundcolor/" rel="attachment wp-att-363"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/SettingUpBackgroundColor.jpg" alt="Setting Up Background Color" title="Setting Up Background Color" width="600" height="394" class="aligncenter size-full wp-image-363" /></a></p>
<p>Now go back to the Mainwindow.xib file we are ready to link our Tab Bar Controller with the two new View Controller. Go down to the objects in the bottom right hand corner:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/viewcontrollerhighlighted/" rel="attachment wp-att-371"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/ViewControllerHighlighted.jpg" alt="View Controller Highlighted" title="View Controller Highlighted" width="600" height="391" class="aligncenter size-full wp-image-371" /></a></p>
<p>Drag the View Controller object over from the bottom right to the Tab Bar Controller and place it after the second View Controller.  Then bring a Tab Bar Item and place it underneath the View Controller Object you just brought over so it looks like this:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/tabbaritem/" rel="attachment wp-att-372"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/TabBarItem.jpg" alt="Tab Bar Item" title="Tab Bar Item" width="600" height="398" class="aligncenter size-full wp-image-372" /></a></p>
<p>Now we are ready to link this item with your view.  Click on the third View Controller and then click the Identity Inspector on the right.  After this load you can choose from the drop down in the Custom Class section the class you used for the third view.  Repeat these steps for the fourth view as well. Then Save, Build and Run.  The third tab should look like this:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/thirdviewapp/" rel="attachment wp-att-362"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/ThirdViewApp.jpg" alt="Third View App" title="Third View App" width="350" height="610" class="aligncenter size-full wp-image-362" /></a></p>
<p>The fourth tab should be nice and green or whatever color you used like this:</p>
<p><a href="http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/attachment/fourthviewapp/" rel="attachment wp-att-361"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/FourthViewApp.jpg" alt="Fourth View App" title="Fourth View App" width="350" height="617" class="aligncenter size-full wp-image-361" /></a></p>
<p>If you want you can edit the names that show up on the tab items by double clicking on them.  You can also click on the attributes inspector and the editing the Title text field under bar Item.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/Sq2GdHyP6mw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/tutorials/simple-tab-bar-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating iPhone Apps Video #2 – Creating A Simple iPhone App</title>
		<link>http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video-2/</link>
		<comments>http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video-2/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 13:00:43 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Videos]]></category>
		<category><![CDATA[creating iPhone Apps]]></category>
		<category><![CDATA[Creating iPhone Apps video]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=319</guid>
		<description><![CDATA[<p>Here is a quick video on how to create a simple iPhone app.  I touch on creating a UIButton in code and on creating an alert.</p>
<p></p>
<p>Let me know if there are any other iPhone development tutorial videos you would like to see.  Or anything on Objective C.</p>
<p>  <p> &#160; </p>————————————————————–As always, please leave your comments on iPhone applications,          [...] <a href="http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video-2/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Here is a quick video on how to create a simple iPhone app.  I touch on creating a UIButton in code and on creating an alert.</p>
<p><iframe title="YouTube video player" width="600" height="487" src="http://www.youtube.com/embed/jGwO4HmwrbQ" frameborder="0" allowfullscreen></iframe></p>
<p>Let me know if there are any other iPhone development tutorial videos you would like to see.  Or anything on Objective C.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/vPmkeIb8rWk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/creating-iphone-apps-videos/creating-iphone-apps-video-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating iPhone Apps Tip #3 – How To Add An Icon</title>
		<link>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip3-add-icon/</link>
		<comments>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip3-add-icon/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 13:00:09 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Tips]]></category>
		<category><![CDATA[creating iphone apps tips]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=257</guid>
		<description><![CDATA[<p>When you are just getting started one of the most exciting things can be to setup an iPhone icon for your new app. First off you need to have an image that is 57&#215;57 pixels in size. Then you will want to go to the project folder and place the image either inside the preexisting image folder or create one and then place it there.  Once you image is [...] <a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip3-add-icon/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>When you are just getting started one of the most exciting things can be to setup an iPhone icon for your new app. First off you need to have an image that is 57&#215;57 pixels in size. Then you will want to go to the project folder and place the image either inside the preexisting image folder or create one and then place it there.  Once you image is with your project go and drag the image into your supporting files folder or your resources folder in XCode.</p>
<p><a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip3-add-icon/attachment/resourcefolder/" rel="attachment wp-att-274"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/ResourceFolder.jpg" alt="" title="ResourceFolder" width="400" height="209" class="aligncenter size-full wp-image-274" /></a></p>
<p>Next you will want to go to your &#8220;Info.plist&#8221; file also located inside this folder.  Depending on how XCode setup your project you might have a blank Key called Icon file with no value if that is the case just right the name of the Icon into that key&#8217;s value.  If not then you will need to create one.  To do this control click inside the editor and choose add row.  Once the new row is added you will neeed to type &#8220;Icon file&#8221; into the Key column and then type the name of the icon into the value column.  Once done you should look like this:</p>
<p><a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip3-add-icon/attachment/plistpic/" rel="attachment wp-att-275"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/PListPic.jpg" alt="" title="PListPic" width="450" height="226" class="aligncenter size-full wp-image-275" /></a></p>
<p>Finally, you are ready to build and run.  Once the simulator is up and your app is loaded you can minimize the app and see the icon.</p>
<p><a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip3-add-icon/attachment/finalicon/" rel="attachment wp-att-276"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/FinalIcon.jpg" alt="" title="FinalIcon" width="350" height="617" class="aligncenter size-full wp-image-276" /></a></p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/QILQ_LL_aQ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip3-add-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing My First Elance iPhone App</title>
		<link>http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/</link>
		<comments>http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 13:00:09 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[creating iPhone Apps]]></category>
		<category><![CDATA[elance]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=120</guid>
		<description><![CDATA[<p>As I mentioned in the post title Creative Egg Mobile I have started using Elance to develop some of my apps. We have gotten a few revisions back and I wanted to take a second to walk you through the unfinished app and show what is going on.  The app that we decided to create was a Running Stat Tracker.  We have seen a few stat trackers that [...] <a href="http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in the post title <a href="http://www.creatingiphoneapps.net/creating-iphone-apps/creative-egg-mobile/">Creative Egg Mobile</a> I have started using <a href="http://www.creatingmyempire.com/elance">Elance</a> to develop some of my apps. We have gotten a few revisions back and I wanted to take a second to walk you through the unfinished app and show what is going on.  The app that we decided to create was a Running Stat Tracker.  We have seen a few stat trackers that keep various statistics, but I felt like they were clumsy and unappealing to the eye. Or, in some cases, too complex.  This project was important to me because I usually run a lot and I wanted to create something that I would find useful.</p>
<p><a href="http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/attachment/submitrunpic/" rel="attachment wp-att-294"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/SubmitRunPic.jpg" alt="" title="Summary Page" width="350" height="604" class="aligncenter size-full wp-image-294" /></a></p>
<p>When the app opens after the splash screen goes away you are taken to the summary page.  This page will have all the runs for a given time frame. The user will be able to toggle through the different time frames, day, week, month and year.  </p>
<p><a href="http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/attachment/summarypic/" rel="attachment wp-att-289"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/SummaryPic.jpg" alt="" title="Stat Tracker Add Run" width="350" height="618" class="aligncenter size-full wp-image-289" /></a></p>
<p>If you press the &#8220;Submit Run&#8221; button then you will be taken to the submit run page.  This page allows the user to input their run information and save it.  Once done it will show up on the summary page. </p>
<p><a href="http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/attachment/calendarpic/" rel="attachment wp-att-291"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/CalendarPic.jpg" alt="" title="CalendarPic" width="350" height="640" class="aligncenter size-full wp-image-291" /></a></p>
<p>The calendar page gives the user easy access to a given day.  Once the user presses on a day they are taken to that day on the summary page.</p>
<p><a href="http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/attachment/aboutpagepic/" rel="attachment wp-att-292"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/AboutPagePic.jpg" alt="" title="AboutPagePic" width="350" height="637" class="aligncenter size-full wp-image-292" /></a></p>
<p>The about page.  This page will have all of our company info on it.  Right now it has some placeholder data but eventually it will have everything we gave the <a href="http://www.creatingmyempire.com/elance">Elance</a> team.</p>
<p><a href="http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/attachment/iconpic/" rel="attachment wp-att-290"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/IconPic.jpg" alt="" title="IconPic" width="350" height="601" class="aligncenter size-full wp-image-290" /></a></p>
<p>The icon can be seen in the above photo.  We chose to go with summing simple, but at the same time really gets the point across.  This is a rough draft of everything.  We still plan on adding in advertising and in the paid version instead of ads there will be a handy stat tracker at the bottom.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/GavDDHnjaHE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/iphone-development/developing-elance-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating iPhone Apps Tip #2 – How To Clear Your iPhone Simulator</title>
		<link>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-2-clear-iphone-simulator/</link>
		<comments>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-2-clear-iphone-simulator/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 13:00:46 +0000</pubDate>
		<dc:creator />
				<category><![CDATA[Creating iPhone Apps Tips]]></category>
		<category><![CDATA[creating iphone apps tips]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone simulator]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.creatingiphoneapps.net/?p=260</guid>
		<description><![CDATA[<p>When you get started developing you will notice that you can use different simulator for different versions of the iPhone and iPad.  These can be found in the top left right next to the &#8220;Run&#8221; and &#8220;Stop&#8221; buttons. In the drop down you will see something like this:</p>
<p></p>
<p>You will also notice that as you create more and more applications you will need to get rid of old instances of [...] <a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-2-clear-iphone-simulator/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>When you get started developing you will notice that you can use different simulator for different versions of the iPhone and iPad.  These can be found in the top left right next to the &#8220;Run&#8221; and &#8220;Stop&#8221; buttons. In the drop down you will see something like this:</p>
<p><a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-2-clear-iphone-simulator/attachment/simpic/" rel="attachment wp-att-269"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/SimPic.jpg" alt="" title="SimPic" width="400" height="238" class="aligncenter size-full wp-image-269" /></a></p>
<p>You will also notice that as you create more and more applications you will need to get rid of old instances of apps from your simulator. To do this you need to Run your simulator and then click on the file option &#8220;iOS Simulator&#8221;.  This will produce the following:</p>
<p><a href="http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-2-clear-iphone-simulator/attachment/resetpic/" rel="attachment wp-att-270"><img src="http://www.creatingiphoneapps.net/wp-content/uploads/2011/04/ResetPic.jpg" alt="" title="ResetPic" width="400" height="315" class="aligncenter size-full wp-image-270" /></a></p>
<p>from here you just real quick press &#8220;Reset Content and Settings&#8221; then press reset. You should be taken back to the basic setting of your iphone.  Run your app again to notice that other icons have disappeared and your app will have lost the saved settings you might have had.</p>
<p><div class="cme_signature">  <p> &nbsp; </p><h5 style='text-align: center;'>————————————————————–</h5><h5 style='text-align: center;'>As always, please leave your comments on iPhone applications,          development, or any questions you might have.&nbsp;         Lets Get Started!</h5></div></p>
<img src="http://feeds.feedburner.com/~r/creatingiphoneappsnow/~4/BjtrT-ffglg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.creatingiphoneapps.net/creating-iphone-apps-tips-2/creating-iphone-apps-tip-2-clear-iphone-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
