<?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: iPhone Form Submission Validation: UITextField Value Error Checking Required Fields</title>
	<atom:link href="http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/</link>
	<description>Design Tips, Tricks, Hacks for Web Development, Windows and OS X</description>
	<lastBuildDate>Wed, 28 Dec 2011 01:47:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brandt</title>
		<link>http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/comment-page-1/#comment-1869</link>
		<dc:creator>Brandt</dc:creator>
		<pubDate>Thu, 17 Feb 2011 04:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=119#comment-1869</guid>
		<description>Local declaration of &#039;i&#039; hides instance variable.</description>
		<content:encoded><![CDATA[<p>Local declaration of &#8216;i&#8217; hides instance variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiwijohn</title>
		<link>http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/comment-page-1/#comment-1835</link>
		<dc:creator>kiwijohn</dc:creator>
		<pubDate>Thu, 03 Jun 2010 01:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=119#comment-1835</guid>
		<description>where do you put this exit to ensure it is executed regardless of how user crashes out of screen?</description>
		<content:encoded><![CDATA[<p>where do you put this exit to ensure it is executed regardless of how user crashes out of screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/comment-page-1/#comment-1780</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 17 Jan 2010 03:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=119#comment-1780</guid>
		<description>I am trying to call this within a IBAction. How do I call it correctly?

- (IBAction)addAction:(id)sender
{
	// The add button was clicked, handle it here
	NSLog(@&quot;UIButton was clicked&quot;);

	[self textFieldCheck];
}</description>
		<content:encoded><![CDATA[<p>I am trying to call this within a IBAction. How do I call it correctly?</p>
<p>- (IBAction)addAction:(id)sender<br />
{<br />
	// The add button was clicked, handle it here<br />
	NSLog(@&#8221;UIButton was clicked&#8221;);</p>
<p>	[self textFieldCheck];<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

