<?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>RMAvanMeer.nl</title>
	<atom:link href="http://rmavanmeer.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://rmavanmeer.nl</link>
	<description>iOS Development for beginners</description>
	<lastBuildDate>Mon, 24 Oct 2011 19:38:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Aankomende project</title>
		<link>http://rmavanmeer.nl/2011/10/aankomende-project/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aankomende-project</link>
		<comments>http://rmavanmeer.nl/2011/10/aankomende-project/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 19:38:01 +0000</pubDate>
		<dc:creator>RonaldvanMeer</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://rmavanmeer.nl/?p=39</guid>
		<description><![CDATA[na lange absentie eindelijk weer terug. Aankomende projecten basics locatie bepaling app basics Google maps importeren samen voegen van projecten]]></description>
			<content:encoded><![CDATA[<p><strong>na lange absentie</strong><br />
eindelijk weer terug.</p>
<ul>
<ol>
Aankomende projecten
</ol>
<li>basics locatie bepaling app</li>
<li>basics Google maps importeren</li>
<li>samen voegen van projecten</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rmavanmeer.nl/2011/10/aankomende-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your own /*&#8221;iOS Framework&#8221;*/</title>
		<link>http://rmavanmeer.nl/2011/03/your-own-ios-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=your-own-ios-framework</link>
		<comments>http://rmavanmeer.nl/2011/03/your-own-ios-framework/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 12:25:30 +0000</pubDate>
		<dc:creator>RonaldvanMeer</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://rmavanmeer.nl/?p=6</guid>
		<description><![CDATA[What if you&#8217;ve got it all figured out. You&#8217;ve created a framework which you can reuse any time you are going to develop an iOS App. But you can&#8217;t build a framework package&#8230; Bummer, now you&#8217;ll need to copy paste the code every time to the new project. Now you&#8217;ve found a bug within you &#8230; </p><p><a class="more-link block-button" href="http://rmavanmeer.nl/2011/03/your-own-ios-framework/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>What if you&#8217;ve got it all figured out.<br />
You&#8217;ve created a framework which you can reuse any time you are going to develop an iOS App.<br />
But you can&#8217;t build a framework package&#8230;<br />
Bummer, now you&#8217;ll need to copy paste the code every time to the new project.<br />
Now you&#8217;ve found a bug within you framework, and the framework already is being used within numerous apps&#8230; Are you going to copy-paste the improved code and rebuild your apps ?</p>
<p>perhaps the following solution is an option:</p>
<p>1) Declare a folder on your drive ( /Framework )<br />
2) Copy your code / classes and nib files there (with folder structure if you like)<br />
3) Within XCode, right click on the Classes folder<br />
4) Select &#8220;Add -&gt; Existing Files&#8230;&#8221;<br />
5) Browse to your folder, which you&#8217;ve created on the first step (do not enter the folder, just select the folder)<br />
6) In the bottom right click Add<br />
7) Make sure that &#8220;Copy items into destination group&#8217;s folder&#8221; is NOT CHECKED / NOT SELECTED or what so ever (leave the checkbox blank!)<br />
8) Reference Type: Default<br />
9) Recursively create groups for any added folder must be ticked ( radiobox )<br />
10) Select the targets<br />
11) Click Add.</p>
<p>Congratulations you&#8217;ve just added your reusable code to your project.</p>
<p>If you change anything inside your &#8220;framework&#8221; you now have this change within every app project you&#8217;ve created.<br />
Only thing you have to do is rebuild the app and place the updated version within the app store.</p>
<p>This solution was provided by <a title="Mike Lee" href="https://twitter.com/bmf" target="_blank">Mike Lee</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rmavanmeer.nl/2011/03/your-own-ios-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

