<?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: UITextField &#8211; A Complete API Overview</title>
	<atom:link href="/2010/01/04/uitextfield-a-complete-api-overview/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Thu, 13 Jun 2013 12:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Vishnu</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-9678</link>
		<dc:creator>Vishnu</dc:creator>
		<pubDate>Mon, 08 Apr 2013 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-9678</guid>
		<description><![CDATA[In textfield delegate method i.e -(BOOL)textFieldShouldReturn:(UITextField *)textField {
[textfiled resignFirstResponder];

return YES;
}
you should resign the fristresponder, that&#039;s it]]></description>
		<content:encoded><![CDATA[<p>In textfield delegate method i.e -(BOOL)textFieldShouldReturn:(UITextField *)textField {<br />
[textfiled resignFirstResponder];</p>
<p>return YES;<br />
}<br />
you should resign the fristresponder, that&#8217;s it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppalancica</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-9677</link>
		<dc:creator>ppalancica</dc:creator>
		<pubDate>Mon, 08 Apr 2013 06:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-9677</guid>
		<description><![CDATA[Hey Joris,

Did you set the &quot;yourTextFieldName.delegate = self;&quot; in your UIViewController subclass?]]></description>
		<content:encoded><![CDATA[<p>Hey Joris,</p>
<p>Did you set the &#8220;yourTextFieldName.delegate = self;&#8221; in your UIViewController subclass?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joris Dijkstra</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-9634</link>
		<dc:creator>Joris Dijkstra</dc:creator>
		<pubDate>Wed, 27 Feb 2013 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-9634</guid>
		<description><![CDATA[thank you!! very very useful. only one problem. whatever I try, I cannot hide the keyboard using this code by tapping the return key or tapping somewhere else on the screen. is there maybe some other code for this or do I have to change a setting?]]></description>
		<content:encoded><![CDATA[<p>thank you!! very very useful. only one problem. whatever I try, I cannot hide the keyboard using this code by tapping the return key or tapping somewhere else on the screen. is there maybe some other code for this or do I have to change a setting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kral</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-9557</link>
		<dc:creator>Michael Kral</dc:creator>
		<pubDate>Thu, 08 Nov 2012 18:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-9557</guid>
		<description><![CDATA[Do you mean when it&#039;s not selected or when it&#039;s textField.enabled = NO; ? if that latter, you can do if(!textview.enabled)[textview setPlaceholder:nil]; after you have set the enabled/disabled property. If you mean when It&#039;s not selected you&#039;ll have to use delegate methods (simple, but too much code for these comments)]]></description>
		<content:encoded><![CDATA[<p>Do you mean when it&#8217;s not selected or when it&#8217;s textField.enabled = NO; ? if that latter, you can do if(!textview.enabled)[textview setPlaceholder:nil]; after you have set the enabled/disabled property. If you mean when It&#8217;s not selected you&#8217;ll have to use delegate methods (simple, but too much code for these comments)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ...?</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-9545</link>
		<dc:creator>...?</dc:creator>
		<pubDate>Wed, 24 Oct 2012 02:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-9545</guid>
		<description><![CDATA[Hi, is there a way to hide placeholder text if UITextField is disabled?]]></description>
		<content:encoded><![CDATA[<p>Hi, is there a way to hide placeholder text if UITextField is disabled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-9516</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 08 Oct 2012 13:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-9516</guid>
		<description><![CDATA[Hi, great clear post thanks.  I was actually trying to find something in the API to allow me to restrict the length of the input string. e.g.. in Twitter 140 chars.  Do you know if there is something in the API ?  Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, great clear post thanks.  I was actually trying to find something in the API to allow me to restrict the length of the input string. e.g.. in Twitter 140 chars.  Do you know if there is something in the API ?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan Ahmad</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-9014</link>
		<dc:creator>Adnan Ahmad</dc:creator>
		<pubDate>Mon, 19 Dec 2011 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-9014</guid>
		<description><![CDATA[very nice post]]></description>
		<content:encoded><![CDATA[<p>very nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-8918</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 07 Dec 2011 11:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-8918</guid>
		<description><![CDATA[Thanks for the info. Solved a question I have had for a while. One question. Where is the best place to set the properties of ui objects like the text field?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the info. Solved a question I have had for a while. One question. Where is the best place to set the properties of ui objects like the text field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dipak dobariya</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-8718</link>
		<dc:creator>dipak dobariya</dc:creator>
		<pubDate>Fri, 11 Nov 2011 10:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-8718</guid>
		<description><![CDATA[Hello,
I like your tutorial it&#039;s tooooooo nice....
Have any Idea &quot;How to change the PlaceHolder color?&quot; 

Thanks,
David.]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I like your tutorial it&#8217;s tooooooo nice&#8230;.<br />
Have any Idea &#8220;How to change the PlaceHolder color?&#8221; </p>
<p>Thanks,<br />
David.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr</title>
		<link>http://icodeblog.com/2010/01/04/uitextfield-a-complete-api-overview/#comment-8583</link>
		<dc:creator>Piotr</dc:creator>
		<pubDate>Thu, 03 Nov 2011 22:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=1547#comment-8583</guid>
		<description><![CDATA[Is there possibility to hide textfield cursor while editing? ]]></description>
		<content:encoded><![CDATA[<p>Is there possibility to hide textfield cursor while editing? </p>
]]></content:encoded>
	</item>
</channel>
</rss>
