<?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: Custom UIPickerView text formatting</title>
	<atom:link href="http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/feed/" rel="self" type="application/rss+xml" />
	<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/</link>
	<description>A coder in love with WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Zumbrun</title>
		<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/#comment-975</link>
		<dc:creator>Zumbrun</dc:creator>
		<pubDate>Thu, 09 Jun 2011 15:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=222#comment-975</guid>
		<description>This explanation made all the difference for me with how to change fonts/colors in a uipickerview...thanks!!</description>
		<content:encoded><![CDATA[<p>This explanation made all the difference for me with how to change fonts/colors in a uipickerview&#8230;thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sai</title>
		<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/#comment-25</link>
		<dc:creator>Sai</dc:creator>
		<pubDate>Sat, 06 Mar 2010 05:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=222#comment-25</guid>
		<description>Hi, I am also facing the same problem. Its working fine. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I am also facing the same problem. Its working fine. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh</title>
		<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/#comment-24</link>
		<dc:creator>suresh</dc:creator>
		<pubDate>Sat, 28 Nov 2009 09:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=222#comment-24</guid>
		<description>hmm me too have the same prob thanx</description>
		<content:encoded><![CDATA[<p>hmm me too have the same prob thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alison</title>
		<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/#comment-23</link>
		<dc:creator>Alison</dc:creator>
		<pubDate>Tue, 18 Aug 2009 03:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=222#comment-23</guid>
		<description>Yes, it&#039;s working great so far. I haven&#039;t gotten a chance to develop it much further (my SimpleMap plugin has taken up most of my time lately) but I have done a little more with it. Finding that autorelease and removing it was a godsend.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s working great so far. I haven&#8217;t gotten a chance to develop it much further (my SimpleMap plugin has taken up most of my time lately) but I have done a little more with it. Finding that autorelease and removing it was a godsend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sami</title>
		<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/#comment-22</link>
		<dc:creator>sami</dc:creator>
		<pubDate>Mon, 17 Aug 2009 22:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=222#comment-22</guid>
		<description>hi,
i came across this problem, did not get how to get rid of the EXE_BAD_ACCESS &amp; freeze of the pickerView...
is it working for you without the autorelease?
thanks for any additional help/details.</description>
		<content:encoded><![CDATA[<p>hi,<br />
i came across this problem, did not get how to get rid of the EXE_BAD_ACCESS &amp; freeze of the pickerView&#8230;<br />
is it working for you without the autorelease?<br />
thanks for any additional help/details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alison</title>
		<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/#comment-21</link>
		<dc:creator>Alison</dc:creator>
		<pubDate>Fri, 31 Jul 2009 03:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=222#comment-21</guid>
		<description>You are right! I didn&#039;t see that before... I did find in the documentation that this method (pickerView: viewForRow: forComponent: reusingView:) does in fact release it for you if you forget to do so. Once I saw that, I assumed that was what was happening, and didn&#039;t continue searching through my own code. Whoops!</description>
		<content:encoded><![CDATA[<p>You are right! I didn&#8217;t see that before&#8230; I did find in the documentation that this method (pickerView: viewForRow: forComponent: reusingView:) does in fact release it for you if you forget to do so. Once I saw that, I assumed that was what was happening, and didn&#8217;t continue searching through my own code. Whoops!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goto_10</title>
		<link>http://alisothegeek.com/2009/07/custom-uipickerview-text-formatting/#comment-20</link>
		<dc:creator>goto_10</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://alisothegeek.com/?p=222#comment-20</guid>
		<description>providing that none of your other code changed and all you did was remove the autorelease from the return statement. You autorelase pickerLabel on the same line that you alloc so an autorelease on the return line would try and release the same object a second time resulting in fun errors.</description>
		<content:encoded><![CDATA[<p>providing that none of your other code changed and all you did was remove the autorelease from the return statement. You autorelase pickerLabel on the same line that you alloc so an autorelease on the return line would try and release the same object a second time resulting in fun errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

