<?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: View Images like Photos.app</title>
	<atom:link href="http://zcentric.com/2008/10/08/view-images-like-photosapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/</link>
	<description>A blog about linux, programming and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:59:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ace Ventura</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1268</link>
		<dc:creator>Ace Ventura</dc:creator>
		<pubDate>Sun, 24 Jul 2011 17:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1268</guid>
		<description>Has anybody made a version that works? :)</description>
		<content:encoded><![CDATA[<p>Has anybody made a version that works? <img src='http://zcentric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Root</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1267</link>
		<dc:creator>Root</dc:creator>
		<pubDate>Wed, 13 Apr 2011 17:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1267</guid>
		<description>#import 

@interface picViewController : UIViewController {
	IBOutlet UIImageView *image;
}

- (id)initWithImage:(NSString *)url;

@end</description>
		<content:encoded><![CDATA[<p>#import </p>
<p>@interface picViewController : UIViewController {<br />
	IBOutlet UIImageView *image;<br />
}</p>
<p>- (id)initWithImage:(NSString *)url;</p>
<p>@end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1266</link>
		<dc:creator>Yogesh</dc:creator>
		<pubDate>Mon, 31 Jan 2011 11:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1266</guid>
		<description>I am also fighting with rotation issue</description>
		<content:encoded><![CDATA[<p>I am also fighting with rotation issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djleop</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1265</link>
		<dc:creator>djleop</dc:creator>
		<pubDate>Fri, 22 Oct 2010 07:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1265</guid>
		<description>LHT, you juste have to do 
[UIImage imageNamed:[NSString stringWithFormat:@&quot;pics%d.png&quot;,number]];
in order to get an image from resources.</description>
		<content:encoded><![CDATA[<p>LHT, you juste have to do<br />
[UIImage imageNamed:[NSString stringWithFormat:@"pics%d.png",number]];<br />
in order to get an image from resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LHT</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1264</link>
		<dc:creator>LHT</dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1264</guid>
		<description>I couldn&#039;t figure out how to put images in. I tried self.img = [UIImage imageWithContentsOfFile: [[NSBundle mainBundle] pathForResource:@&quot;pics%d&quot; ofType:@&quot;png&quot;]]; instead of img = [UIImage imageWithData: [NSData dataWithContentsOfURL: [NSURL URLWithString: url]]]; but nothing is showing.

any help?</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t figure out how to put images in. I tried self.img = [UIImage imageWithContentsOfFile: [[NSBundle mainBundle] pathForResource:@&#8221;pics%d&#8221; ofType:@&#8221;png&#8221;]]; instead of img = [UIImage imageWithData: [NSData dataWithContentsOfURL: [NSURL URLWithString: url]]]; but nothing is showing.</p>
<p>any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1263</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 11 May 2010 14:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1263</guid>
		<description>Nice tutorial! But as so many more people I am having problems with the rotations. Pictures get laid out very weird on the screen when I rotate to landscape. Can&#039;t get this to work, it&#039;s driving me nuts :(</description>
		<content:encoded><![CDATA[<p>Nice tutorial! But as so many more people I am having problems with the rotations. Pictures get laid out very weird on the screen when I rotate to landscape. Can&#8217;t get this to work, it&#8217;s driving me nuts <img src='http://zcentric.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otoole</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1262</link>
		<dc:creator>Otoole</dc:creator>
		<pubDate>Mon, 03 May 2010 04:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1262</guid>
		<description>cool picsxx</description>
		<content:encoded><![CDATA[<p>cool picsxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kovallux</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1261</link>
		<dc:creator>kovallux</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1261</guid>
		<description>Very good tutorial! Thank you.
But everytime I launch the program it crashes after loading.
Would you tell how to fix it please!</description>
		<content:encoded><![CDATA[<p>Very good tutorial! Thank you.<br />
But everytime I launch the program it crashes after loading.<br />
Would you tell how to fix it please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SouthWind56</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1260</link>
		<dc:creator>SouthWind56</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1260</guid>
		<description>Recognize and implement components of successful, valid early intervention programs. ,</description>
		<content:encoded><![CDATA[<p>Recognize and implement components of successful, valid early intervention programs. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buku</title>
		<link>http://zcentric.com/2008/10/08/view-images-like-photosapp/comment-page-1/#comment-1259</link>
		<dc:creator>buku</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=279#comment-1259</guid>
		<description>great tutorial,

how can I make a page content or like index and then from there, I can just touch the list content and then go to certain page.

thanks</description>
		<content:encoded><![CDATA[<p>great tutorial,</p>
<p>how can I make a page content or like index and then from there, I can just touch the list content and then go to certain page.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

