<?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>Mobile App Mastery Institute</title>
	<atom:link href="http://institute.mobileappmastery.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://institute.mobileappmastery.com</link>
	<description>iOS training for iPhone and iPad developers</description>
	<lastBuildDate>Thu, 17 May 2012 19:25:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>FAQ &#8211; iOS Code Camp</title>
		<link>http://institute.mobileappmastery.com/blog/faq-ios-code-camp/</link>
		<comments>http://institute.mobileappmastery.com/blog/faq-ios-code-camp/#comments</comments>
		<pubDate>Thu, 17 May 2012 19:25:39 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://institute.mobileappmastery.com/?p=3104</guid>
		<description><![CDATA[How Do I Get Help With the Hands-On Labs? How Do I Compress Xcode Projects? How Do I Get Help With the Hands-On Labs? This is an iOS Code Camp only feature. You need to do these things to get help with the hands-on lab: Compress the entire Xcode project into a zip file. Start [...]]]></description>
		<wfw:commentRss>http://institute.mobileappmastery.com/blog/faq-ios-code-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Data</title>
		<link>http://institute.mobileappmastery.com/iostrainingpack/core-data/</link>
		<comments>http://institute.mobileappmastery.com/iostrainingpack/core-data/#comments</comments>
		<pubDate>Thu, 17 May 2012 18:58:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[iOS Training Pack]]></category>

		<guid isPermaLink="false">http://institute.mobileappmastery.com/?p=3101</guid>
		<description><![CDATA[Core Data solves the problem of data persistence for the part of the object graph that involves the user&#8217;s content. That is, Core Data is how apps remember things. For database junkies, Core Data is the database solution provided by Apple that abstracts the details of databases and instead gives us an object [...]]]></description>
		<wfw:commentRss>http://institute.mobileappmastery.com/iostrainingpack/core-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>June 2012 iOS Code Camp Coaching Call Video Available</title>
		<link>http://institute.mobileappmastery.com/ioscodecamp/june-2012-ios-code-camp-coaching-call-video-available/</link>
		<comments>http://institute.mobileappmastery.com/ioscodecamp/june-2012-ios-code-camp-coaching-call-video-available/#comments</comments>
		<pubDate>Wed, 16 May 2012 20:36:56 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[iOS Code Camp]]></category>

		<guid isPermaLink="false">http://institute.mobileappmastery.com/?p=3098</guid>
		<description><![CDATA[Thanks for attending the first coaching call everyone! I&#8217;ve uploaded the chat log from the GoToMeeting to the iOS Code Camp working group documents area: http://institute.mobileappmastery.com/groups/ios-code-camp-may-7th-through-june-15th/docs/message-log-wednesday-may-16-2012-32506-pm-eastern-daylight-time Also, the video recording is up and available here: Download the Coaching Call Video]]></description>
		<wfw:commentRss>http://institute.mobileappmastery.com/ioscodecamp/june-2012-ios-code-camp-coaching-call-video-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storyboards</title>
		<link>http://institute.mobileappmastery.com/iostrainingpack/storyboards/</link>
		<comments>http://institute.mobileappmastery.com/iostrainingpack/storyboards/#comments</comments>
		<pubDate>Tue, 08 May 2012 13:06:19 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[iOS Training Pack]]></category>
		<category><![CDATA[Storyboard]]></category>

		<guid isPermaLink="false">http://institute.mobileappmastery.com/?p=3045</guid>
		<description><![CDATA[In the Storyboards module, we&#8217;ll learn how to layout the user interface for an application all in one spot. Storyboards are way to manage the app View and you use Storyboards to composes scenes (screens) and connect scenes with segues. Instructions Step 1: Watch Presentation Videos Summary The structure and logic of [...]]]></description>
		<wfw:commentRss>http://institute.mobileappmastery.com/iostrainingpack/storyboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cocoa-Touch Design Patterns</title>
		<link>http://institute.mobileappmastery.com/iostrainingpack/cocoa-touch-design-patterns/</link>
		<comments>http://institute.mobileappmastery.com/iostrainingpack/cocoa-touch-design-patterns/#comments</comments>
		<pubDate>Fri, 04 May 2012 20:54:02 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[iOS Training Pack]]></category>
		<category><![CDATA[Delegation]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Singleton]]></category>
		<category><![CDATA[Target-Action]]></category>
		<category><![CDATA[UIButton]]></category>
		<category><![CDATA[UILabel]]></category>

		<guid isPermaLink="false">http://institute.mobileappmastery.com/?p=3037</guid>
		<description><![CDATA[In this module, we&#8217;ll explore the essential Cocoa-Touch Design Patters: Model-View-Controller (MVC), Delegation, Target-Action and Singleton. We&#8217;ll see examples of how these design patterns appear throughout iOS SDK. Instructions Step 1: Watch Presentation Videos Summary We&#8217;ll go over each key iOS SDK design pattern. Presentation Video Download the Presentation [...]]]></description>
		<wfw:commentRss>http://institute.mobileappmastery.com/iostrainingpack/cocoa-touch-design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

