<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Saving data</title>
	<atom:link href="http://chris-software.com/index.php/2009/04/26/saving-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris-software.com/index.php/2009/04/26/saving-data/</link>
	<description>iPhone, iPod touch games, Objective-C Tutorials, krzysztofrutkowski.com</description>
	<lastBuildDate>Fri, 03 Sep 2010 10:59:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brandon</title>
		<link>http://chris-software.com/index.php/2009/04/26/saving-data/comment-page-1/#comment-3414</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 28 Oct 2009 04:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://chris-software.com/?page_id=611#comment-3414</guid>
		<description>How would I do this with a UIwebview loading a local resource index.html file?

Here is the code.

- (void)viewDidLoad {
	[super viewDidLoad];
	NSString *pdfPath1 = [[NSBundle mainBundle] pathForResource:@&quot;index&quot;
														 ofType:@&quot;html&quot;];
	NSURL *pdfURL = [NSURL fileURLWithPath:pdfPath1];
	NSURLRequest *URLReq = [NSURLRequest requestWithURL:pdfURL];
	[webView1 loadRequest:URLReq];
	
    
}</description>
		<content:encoded><![CDATA[<p>How would I do this with a UIwebview loading a local resource index.html file?</p>
<p>Here is the code.</p>
<p>- (void)viewDidLoad {<br />
	[super viewDidLoad];<br />
	NSString *pdfPath1 = [[NSBundle mainBundle] pathForResource:@&#8221;index&#8221;<br />
														 ofType:@&#8221;html&#8221;];<br />
	NSURL *pdfURL = [NSURL fileURLWithPath:pdfPath1];<br />
	NSURLRequest *URLReq = [NSURLRequest requestWithURL:pdfURL];<br />
	[webView1 loadRequest:URLReq];</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pollo</title>
		<link>http://chris-software.com/index.php/2009/04/26/saving-data/comment-page-1/#comment-3223</link>
		<dc:creator>pollo</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://chris-software.com/?page_id=611#comment-3223</guid>
		<description>Hi, how i could make it with views?</description>
		<content:encoded><![CDATA[<p>Hi, how i could make it with views?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish</title>
		<link>http://chris-software.com/index.php/2009/04/26/saving-data/comment-page-1/#comment-2601</link>
		<dc:creator>Vish</dc:creator>
		<pubDate>Mon, 07 Sep 2009 12:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://chris-software.com/?page_id=611#comment-2601</guid>
		<description>Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://chris-software.com/index.php/2009/04/26/saving-data/comment-page-1/#comment-2201</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 08 Aug 2009 20:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://chris-software.com/?page_id=611#comment-2201</guid>
		<description>I guess in the same way like NSString (object)</description>
		<content:encoded><![CDATA[<p>I guess in the same way like NSString (object)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://chris-software.com/index.php/2009/04/26/saving-data/comment-page-1/#comment-2189</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 06 Aug 2009 22:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://chris-software.com/?page_id=611#comment-2189</guid>
		<description>How would i save a picker view?</description>
		<content:encoded><![CDATA[<p>How would i save a picker view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel s</title>
		<link>http://chris-software.com/index.php/2009/04/26/saving-data/comment-page-1/#comment-2140</link>
		<dc:creator>daniel s</dc:creator>
		<pubDate>Sun, 02 Aug 2009 20:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://chris-software.com/?page_id=611#comment-2140</guid>
		<description>Thank you so much for making these tutorials and making them so easy to understand,

- Daniel</description>
		<content:encoded><![CDATA[<p>Thank you so much for making these tutorials and making them so easy to understand,</p>
<p>- Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://chris-software.com/index.php/2009/04/26/saving-data/comment-page-1/#comment-2001</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 14 Jul 2009 15:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://chris-software.com/?page_id=611#comment-2001</guid>
		<description>Thank you so much! I have been looking for how to do this and was thinking I would have to save my stuff to a plist. This is so much easier.</description>
		<content:encoded><![CDATA[<p>Thank you so much! I have been looking for how to do this and was thinking I would have to save my stuff to a plist. This is so much easier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
