<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
	>

<channel>
	<title>How to Write iPhone Apps &#8211; SapphireGee Science, iOS and Philosophy</title>
	<atom:link href="https://sapphiregee.com/category/app-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://sapphiregee.com</link>
	<description>Physics, iOS App Development, Life</description>
	<lastBuildDate>Tue, 28 Apr 2020 20:06:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://sapphiregee.com/wp-content/uploads/2018/10/cropped-IMG_0048-32x32.jpg</url>
	<title>How to Write iPhone Apps &#8211; SapphireGee Science, iOS and Philosophy</title>
	<link>https://sapphiregee.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Write an iPhone Calculator App</title>
		<link>https://sapphiregee.com/2019/05/17/how-to-write-an-iphone-calculator-app/</link>
		
		<dc:creator><![CDATA[Martin Geary]]></dc:creator>
		<pubDate>Fri, 17 May 2019 15:47:46 +0000</pubDate>
				<category><![CDATA[How to Write iPhone Apps]]></category>
		<guid isPermaLink="false">https://sapphiregee.com/?p=476</guid>

					<description><![CDATA[<p>Previously on this blog I posted an introduction to iPhone app development. Therefore this post shows the next step for the up and coming developer. In this case the tutorial shows how to create a calculator. In particular the app shows how a single event handler can process more than one event. The image below [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sapphiregee.com/2019/05/17/how-to-write-an-iphone-calculator-app/">How To Write an iPhone Calculator App</a> appeared first on <a rel="nofollow" href="https://sapphiregee.com">SapphireGee Science, iOS and Philosophy</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="color:#000000" class="has-text-color">Previously on this blog I posted an introduction to iPhone app development. Therefore this post shows the next step for the up and coming developer. In this case the tutorial shows how to create a calculator.  In particular the app shows how a single event handler can process more than one event. The image below is the link to the video tutorial. Also see below for the text version.</p>



<div class="wp-block-image"><figure class="aligncenter is-resized"><a href="https://youtu.be/t4fikJ4o_g8" target="_blank" rel="noreferrer noopener"><img fetchpriority="high" decoding="async" src="https://sapphiregee.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-17-at-11.44.32-AM.png" alt="" class="wp-image-477" width="365" height="212" srcset="https://sapphiregee.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-17-at-11.44.32-AM.png 636w, https://sapphiregee.com/wp-content/uploads/2019/05/Screen-Shot-2019-05-17-at-11.44.32-AM-300x175.png 300w" sizes="(max-width: 365px) 100vw, 365px" /></a></figure></div>



<h2 class="wp-block-heading" style="text-align:center">Text Version of the Tutorial</h2>



<p style="color:#000000" class="has-text-color">This section fully describes the steps needed to develop a calculator. As usual begin by opening the Xcode development environment. </p>



<p>(under construction)</p>
<p>The post <a rel="nofollow" href="https://sapphiregee.com/2019/05/17/how-to-write-an-iphone-calculator-app/">How To Write an iPhone Calculator App</a> appeared first on <a rel="nofollow" href="https://sapphiregee.com">SapphireGee Science, iOS and Philosophy</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Write a Simple iPhone App for Beginners</title>
		<link>https://sapphiregee.com/2019/05/07/how-to-write-a-simple-iphone-app/</link>
		
		<dc:creator><![CDATA[Martin Geary]]></dc:creator>
		<pubDate>Tue, 07 May 2019 23:58:23 +0000</pubDate>
				<category><![CDATA[How to Write iPhone Apps]]></category>
		<guid isPermaLink="false">https://sapphiregee.com/?p=86</guid>

					<description><![CDATA[<p>Firstly how to write a Simple iPhone App for Beginners is a common question. Therefore this is a tutorial on iPhone app development using Xcode and Swift. Also have you ever thought about writing iPhone apps in your spare time? Furthermore the incomplete &#8220;how To&#8221; videos out there are frustrating and presenters prevent understanding by [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sapphiregee.com/2019/05/07/how-to-write-a-simple-iphone-app/">How to Write a Simple iPhone App for Beginners</a> appeared first on <a rel="nofollow" href="https://sapphiregee.com">SapphireGee Science, iOS and Philosophy</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-very-dark-gray-color">Firstly how to write a Simple iPhone App for Beginners is a common question. Therefore this is a tutorial on iPhone app development using Xcode and Swift. Also have you ever thought about writing iPhone apps in your spare time? Furthermore the incomplete &#8220;how To&#8221; videos out there are frustrating and presenters prevent understanding by excluding some critical steps. Consequently I have set out to solve this by making complete app creation videos for beginners.  Above all for those who have never coded in their lives. Therefore the video below (click on the image) shows how to make a simple app using <a rel="noreferrer noopener" aria-label="Xcode (opens in a new tab)" href="https://developer.apple.com/xcode/" target="_blank">Xcode</a> and <a rel="noreferrer noopener" aria-label="Swift (opens in a new tab)" href="https://developer.apple.com/swift/" target="_blank">Swift</a>. Likewise the companion guide below shows how to write a simple iPhone app for beginners. Finally <a href="https://sapphiregee.com/iphone-app-development-for-beginners/">The Sapphire Blog</a> is the repository for all posts to this site.</p>



<figure class="wp-block-image"><a href="https://youtu.be/QQjgSzFx83g" target="_blank" rel="noreferrer noopener"><img decoding="async" width="797" height="498" src="https://sapphiregee.com/wp-content/uploads/2019/05/helloWorld1.png" alt="How to Write a Simple iPhone App for Beginners" class="wp-image-420" srcset="https://sapphiregee.com/wp-content/uploads/2019/05/helloWorld1.png 797w, https://sapphiregee.com/wp-content/uploads/2019/05/helloWorld1-300x187.png 300w, https://sapphiregee.com/wp-content/uploads/2019/05/helloWorld1-768x480.png 768w, https://sapphiregee.com/wp-content/uploads/2019/05/helloWorld1-200x125.png 200w" sizes="(max-width: 797px) 100vw, 797px" /></a><figcaption>Click the Image to see the video</figcaption></figure>



<h2 class="wp-block-heading">Video Companion</h2>



<p>This section is under construction &#8230;.</p>
<p>The post <a rel="nofollow" href="https://sapphiregee.com/2019/05/07/how-to-write-a-simple-iphone-app/">How to Write a Simple iPhone App for Beginners</a> appeared first on <a rel="nofollow" href="https://sapphiregee.com">SapphireGee Science, iOS and Philosophy</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
