<?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: UIImageView in a custom cell</title>
	<atom:link href="http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/feed/" rel="self" type="application/rss+xml" />
	<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/</link>
	<description>A blog about linux, programming and more</description>
	<lastBuildDate>Sat, 11 Feb 2012 01:42:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Post JSON to a webservice : Mike Zupan&#039;s Random Blog</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1271</link>
		<dc:creator>Post JSON to a webservice : Mike Zupan&#039;s Random Blog</dc:creator>
		<pubDate>Sat, 03 Sep 2011 04:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1271</guid>
		<description>[...] This is a continuation of UIImageView in a custom cell [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a continuation of UIImageView in a custom cell [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1014</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sun, 12 Jun 2011 20:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1014</guid>
		<description>Please help. Great post, but I am stuck on the string for the URL. If the string is dynamic, the data is not getting returned. But if I make it static, then it is able to get the image. Thoughts?

Dynamic
NSString *strGraphPath = [[NSString alloc] initWithFormat:@&quot;http://example.com/graph%@.jpg&quot;,info.sessionID];

Static
NSString *strGraphPath = [[NSString alloc] initWithFormat:@&quot;http://example.com/graph1456&quot;];

Please advise. Thanks very much for your time.</description>
		<content:encoded><![CDATA[<p>Please help. Great post, but I am stuck on the string for the URL. If the string is dynamic, the data is not getting returned. But if I make it static, then it is able to get the image. Thoughts?</p>
<p>Dynamic<br />
NSString *strGraphPath = [[NSString alloc] initWithFormat:@&#8221;http://example.com/graph%@.jpg&#8221;,info.sessionID];</p>
<p>Static<br />
NSString *strGraphPath = [[NSString alloc] initWithFormat:@&#8221;http://example.com/graph1456&#8243;];</p>
<p>Please advise. Thanks very much for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Main</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1013</link>
		<dc:creator>Anthony Main</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1013</guid>
		<description>Great selection of tutorials have been very useful during my development

Just wondered. How can I apply a custom view to the non-populated cells? 

E.g I have a background image in my custom cell and therefore need it to be used in all the cells without data because they are currently all white

Also how do you stop the selected cell being blue? I have used the setselected to change my background but cant tell if its working or not

Thanks</description>
		<content:encoded><![CDATA[<p>Great selection of tutorials have been very useful during my development</p>
<p>Just wondered. How can I apply a custom view to the non-populated cells? </p>
<p>E.g I have a background image in my custom cell and therefore need it to be used in all the cells without data because they are currently all white</p>
<p>Also how do you stop the selected cell being blue? I have used the setselected to change my background but cant tell if its working or not</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anoop</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1012</link>
		<dc:creator>anoop</dc:creator>
		<pubDate>Mon, 16 Mar 2009 06:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1012</guid>
		<description>Nice tutorial...... I am experimenting on it....will ask u if I have any doubts :)....please continue adding new tutorials.....</description>
		<content:encoded><![CDATA[<p>Nice tutorial&#8230;&#8230; I am experimenting on it&#8230;.will ask u if I have any doubts <img src='http://zcentric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8230;.please continue adding new tutorials&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idev</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1011</link>
		<dc:creator>idev</dc:creator>
		<pubDate>Thu, 12 Feb 2009 06:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1011</guid>
		<description>Hi Mike

This approach would defeat the purpose of using reusable tableview cells and shoot up the memory.</description>
		<content:encoded><![CDATA[<p>Hi Mike</p>
<p>This approach would defeat the purpose of using reusable tableview cells and shoot up the memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikezupan</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1010</link>
		<dc:creator>mikezupan</dc:creator>
		<pubDate>Wed, 11 Feb 2009 14:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1010</guid>
		<description>@idev

You need to set a unique id for each row you create

static NSString *MyIdentifier = @&quot;MyIdentifier&quot;;

that needs to be unique.. append the row number to it or something.. that is what I have done</description>
		<content:encoded><![CDATA[<p>@idev</p>
<p>You need to set a unique id for each row you create</p>
<p>static NSString *MyIdentifier = @&#8221;MyIdentifier&#8221;;</p>
<p>that needs to be unique.. append the row number to it or something.. that is what I have done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: idev</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1009</link>
		<dc:creator>idev</dc:creator>
		<pubDate>Wed, 11 Feb 2009 07:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1009</guid>
		<description>Hi

Am reviving an old post but I have been facing an issue and thought someone could help me. I have about 50 cells worth of data, each having some text and an image. Reusing cells makes it necessary that each image be loaded every time a cell is displayed. I want to have something like the Facebook app when an image is loaded only when the cell is visible and once loaded, it should not be reloaded even if the cells moves out of view and comes back in the view. Any tips? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Am reviving an old post but I have been facing an issue and thought someone could help me. I have about 50 cells worth of data, each having some text and an image. Reusing cells makes it necessary that each image be loaded every time a cell is displayed. I want to have something like the Facebook app when an image is loaded only when the cell is visible and once loaded, it should not be reloaded even if the cells moves out of view and comes back in the view. Any tips? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1008</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 04 Feb 2009 22:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1008</guid>
		<description>Great tutorial.  2 questions.

1.  What if you want to make the title label &quot;dynamic&quot; in height (for a longer title) and have it wrap to multiple lines?  Then you want to make the URL label move accordingly as well.

2. What if there is no image?

It seems that with all of this code that it is not very flexible because it is in &quot;chunks&quot; and we are drawing a frame independently of known whether there is an image, and whether the title is rather large.</description>
		<content:encoded><![CDATA[<p>Great tutorial.  2 questions.</p>
<p>1.  What if you want to make the title label &#8220;dynamic&#8221; in height (for a longer title) and have it wrap to multiple lines?  Then you want to make the URL label move accordingly as well.</p>
<p>2. What if there is no image?</p>
<p>It seems that with all of this code that it is not very flexible because it is in &#8220;chunks&#8221; and we are drawing a frame independently of known whether there is an image, and whether the title is rather large.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moe</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1007</link>
		<dc:creator>moe</dc:creator>
		<pubDate>Wed, 28 Jan 2009 13:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1007</guid>
		<description>Figured it out, here is the link to the site where I got my tip:
http://markmail.org/message/pqfiytuo2yvjmj3p</description>
		<content:encoded><![CDATA[<p>Figured it out, here is the link to the site where I got my tip:<br />
<a href="http://markmail.org/message/pqfiytuo2yvjmj3p" rel="nofollow">http://markmail.org/message/pqfiytuo2yvjmj3p</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moe</title>
		<link>http://zcentric.com/2008/08/26/uiimageview-in-a-custom-cell/comment-page-1/#comment-1006</link>
		<dc:creator>moe</dc:creator>
		<pubDate>Wed, 28 Jan 2009 13:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.zcentric.com/?p=171#comment-1006</guid>
		<description>I get this solution, but I am trying to use the image as a background image so that the label is in the foreground.  Any ideas how to do this?</description>
		<content:encoded><![CDATA[<p>I get this solution, but I am trying to use the image as a background image so that the label is in the foreground.  Any ideas how to do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

