<?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>BigD Interactive &#187; Tutorials</title>
	<atom:link href="http://www.bigdinteractive.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigdinteractive.com</link>
	<description>Fun &#38; Utility Mobile Applications</description>
	<lastBuildDate>Sat, 08 May 2010 12:53:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide iPhone Status Bar (UIStatusBar) In Xcode</title>
		<link>http://www.bigdinteractive.com/tutorials/hide-iphone-status-bar-uistatusbar-in-xcode/</link>
		<comments>http://www.bigdinteractive.com/tutorials/hide-iphone-status-bar-uistatusbar-in-xcode/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:36:59 +0000</pubDate>
		<dc:creator>BigD</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.bigdinteractive.com/?p=140</guid>
		<description><![CDATA[Hide the iPhone Status Bar (UIStatusBar) for full screen applications you are building using this method.
Find Info.plist File
Open up your Xcode Project &#038; find  &#8220;Info.plist&#8221; file from the left side under Groups &#038; Files (By default, Info.plist is listed under &#8220;Resources&#8221; group)
Add A New Row
Select any row (I prefer the last row, but yours [...]]]></description>
		<wfw:commentRss>http://www.bigdinteractive.com/tutorials/hide-iphone-status-bar-uistatusbar-in-xcode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Combine (Concatenate) Two Strings</title>
		<link>http://www.bigdinteractive.com/tutorials/how-to-combine-concatenate-two-strings/</link>
		<comments>http://www.bigdinteractive.com/tutorials/how-to-combine-concatenate-two-strings/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:03:56 +0000</pubDate>
		<dc:creator>BigD</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.bigdinteractive.com/?p=127</guid>
		<description><![CDATA[Here is how you Concatenate /  Combine or Merge Two Strings Together In Programming

NSString *yourstring1 = @”Apples”;
NSString *yourstring2 = @”Oranges”;

yourstring1 = [yourstring1 stringByAppendingString:yourstring2];

]]></description>
		<wfw:commentRss>http://www.bigdinteractive.com/tutorials/how-to-combine-concatenate-two-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
