<?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: Using NSXMLParser to Pull UIImages From the Web</title>
	<atom:link href="http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/</link>
	<description>Conquering the mobile universe</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rob DeNicola</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-8741</link>
		<dc:creator>Rob DeNicola</dc:creator>
		<pubDate>Sat, 12 Nov 2011 20:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-8741</guid>
		<description>ANy idea on how parse videos from an xml document in this manner as well more specifically music videos from yahoo for example?Anhy assitsance would be greatly appreciated.

Thanks,

Rob De.</description>
		<content:encoded><![CDATA[<p>ANy idea on how parse videos from an xml document in this manner as well more specifically music videos from yahoo for example?Anhy assitsance would be greatly appreciated.</p>
<p>Thanks,</p>
<p>Rob De.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jmlee</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-8681</link>
		<dc:creator>Jmlee</dc:creator>
		<pubDate>Wed, 09 Nov 2011 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-8681</guid>
		<description>I have the Â exact same code as you except i made the display 768x1020 so that it shows up on the iPad. Â I dont get any images to show up though. Â I only see a white screen? Â Any thoughts?</description>
		<content:encoded><![CDATA[<p>I have the Â exact same code as you except i made the display 768&#215;1020 so that it shows up on the iPad. Â I dont get any images to show up though. Â I only see a white screen? Â Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makdeniz</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-8490</link>
		<dc:creator>Makdeniz</dc:creator>
		<pubDate>Sun, 30 Oct 2011 08:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-8490</guid>
		<description>This is awesome tut, thank you and for those who share their knowledge like you in a perfect presentation.
plus, i have one question.
this app load everything on xml file
how can we make this app to load image ever time it is shown (to reduce load time)</description>
		<content:encoded><![CDATA[<p>This is awesome tut, thank you and for those who share their knowledge like you in a perfect presentation.<br />
plus, i have one question.<br />
this app load everything on xml file<br />
how can we make this app to load image ever time it is shown (to reduce load time)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brenden Scott Ellingboe</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-6530</link>
		<dc:creator>Brenden Scott Ellingboe</dc:creator>
		<pubDate>Mon, 23 May 2011 22:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-6530</guid>
		<description>Â This is awesome.. except I&#039;ve run into a few problems incorporating pieces into my project.

i&#039;m getting this error:
&quot;*** Terminating app due to uncaught exception &#039;NSUnknownKeyException&#039;, reason: &#039;[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imageView.&#039;&quot;

Any help would be awesome






p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}



</description>
		<content:encoded><![CDATA[<p>Â This is awesome.. except I&#8217;ve run into a few problems incorporating pieces into my project.</p>
<p>i&#8217;m getting this error:<br />
&#8220;*** Terminating app due to uncaught exception &#8216;NSUnknownKeyException&#8217;, reason: &#8216;[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imageView.&#8217;&#8221;</p>
<p>Any help would be awesome</p>
<p>p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vo Danh</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-5940</link>
		<dc:creator>Vo Danh</dc:creator>
		<pubDate>Tue, 05 Apr 2011 03:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-5940</guid>
		<description>Can you public the xml file ?
thanks!</description>
		<content:encoded><![CDATA[<p>Can you public the xml file ?<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lilzz</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-4356</link>
		<dc:creator>lilzz</dc:creator>
		<pubDate>Mon, 13 Dec 2010 05:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-4356</guid>
		<description>why all the compares started with Not or ! signs?</description>
		<content:encoded><![CDATA[<p>why all the compares started with Not or ! signs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-2922</link>
		<dc:creator>Donnie</dc:creator>
		<pubDate>Tue, 28 Sep 2010 15:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-2922</guid>
		<description>WOW...never mind!  Totally blew that.  I didn&#039;t realize I had just cut and paste the data into the XML file....actually, I was positive I didn&#039;t!</description>
		<content:encoded><![CDATA[<p>WOW&#8230;never mind!  Totally blew that.  I didn&#8217;t realize I had just cut and paste the data into the XML file&#8230;.actually, I was positive I didn&#8217;t!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-2921</link>
		<dc:creator>Donnie</dc:creator>
		<pubDate>Tue, 28 Sep 2010 14:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-2921</guid>
		<description>Great Tutorial...both webcast and print.
Question on an issue I&#039;m having.  I&#039;ve added a name field to my XML element.  So, now I have image, title and name.  Seems like I have everything hooked up ok, as it builds and runs with no issues.  However, when it displays the data, only the image and the title change with the scroll, the name stays the same on all views.  Is this a problem with using setText?  My code reads [[myView v_name]  setText: [element _name]];
Where v_name is the UILable from the view and _date is my element.  An interesting point is in XCode, the two pieces that are updating (image and title) are color coded in purple, the corresponding variable (_name) is in an aqua blue color.  I&#039;m sure this is significant, just not sure in what way.
Any thoughts?</description>
		<content:encoded><![CDATA[<p>Great Tutorial&#8230;both webcast and print.<br />
Question on an issue I&#8217;m having.  I&#8217;ve added a name field to my XML element.  So, now I have image, title and name.  Seems like I have everything hooked up ok, as it builds and runs with no issues.  However, when it displays the data, only the image and the title change with the scroll, the name stays the same on all views.  Is this a problem with using setText?  My code reads [[myView v_name]  setText: [element _name]];<br />
Where v_name is the UILable from the view and _date is my element.  An interesting point is in XCode, the two pieces that are updating (image and title) are color coded in purple, the corresponding variable (_name) is in an aqua blue color.  I&#8217;m sure this is significant, just not sure in what way.<br />
Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIghtyMike</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-2920</link>
		<dc:creator>MIghtyMike</dc:creator>
		<pubDate>Sun, 01 Aug 2010 18:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-2920</guid>
		<description>I only get a screen that says testing.</description>
		<content:encoded><![CDATA[<p>I only get a screen that says testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.icodeblog.com/2009/06/19/using-nsxmlparser-to-pull-uiimages-from-the-web/#comment-2919</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=945#comment-2919</guid>
		<description>I think this line :
&quot; myView = [[iCodeBlogXMLView alloc] initWithFrame:workingFrame]; &quot;
in function -(void)layoutSubview of iCodeBlogXMLImagesViewController.m
should be deleted, because it causes memory leaks .

(myView is provided by loadNibNamed)

Thanks for this very good tutorial</description>
		<content:encoded><![CDATA[<p>I think this line :<br />
&#8221; myView = [[iCodeBlogXMLView alloc] initWithFrame:workingFrame]; &#8221;<br />
in function -(void)layoutSubview of iCodeBlogXMLImagesViewController.m<br />
should be deleted, because it causes memory leaks .</p>
<p>(myView is provided by loadNibNamed)</p>
<p>Thanks for this very good tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>

