<?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: Maintain visibility of form inputs &#8211; auto-scrolling views</title>
	<atom:link href="http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 01:53:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: alop</title>
		<link>http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/comment-page-1/#comment-2017</link>
		<dc:creator>alop</dc:creator>
		<pubDate>Tue, 05 Apr 2011 12:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=198#comment-2017</guid>
		<description>a small bug: if you switch from one field to another, while the keyboard view is visible, the selected field isn&#039;t shown completely.</description>
		<content:encoded><![CDATA[<p>a small bug: if you switch from one field to another, while the keyboard view is visible, the selected field isn&#8217;t shown completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: interactivo</title>
		<link>http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/comment-page-1/#comment-2016</link>
		<dc:creator>interactivo</dc:creator>
		<pubDate>Tue, 05 Apr 2011 12:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=198#comment-2016</guid>
		<description>helped me a lot thank you!</description>
		<content:encoded><![CDATA[<p>helped me a lot thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alf</title>
		<link>http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/comment-page-1/#comment-1667</link>
		<dc:creator>alf</dc:creator>
		<pubDate>Wed, 09 Feb 2011 03:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=198#comment-1667</guid>
		<description>Your code was exactly what I was looking for. But I’m having trouble using it with UITextViews.  Do you have an example that uses them?    

Basically I can get the code to work with them but I get this warning: incompatible Objective-C types &#039;struct UITextView *&#039;, expected &#039;struct UIControl *&#039; when passing argument 1 of &#039;maintainVisibityOfControl:offset:&#039; from distinct Objective-C type

Do you have a suggestion on how to get ride of the warnings?</description>
		<content:encoded><![CDATA[<p>Your code was exactly what I was looking for. But I’m having trouble using it with UITextViews.  Do you have an example that uses them?    </p>
<p>Basically I can get the code to work with them but I get this warning: incompatible Objective-C types &#8216;struct UITextView *&#8217;, expected &#8216;struct UIControl *&#8217; when passing argument 1 of &#8216;maintainVisibityOfControl:offset:&#8217; from distinct Objective-C type</p>
<p>Do you have a suggestion on how to get ride of the warnings?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/comment-page-1/#comment-148</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 May 2010 11:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=198#comment-148</guid>
		<description>You need to set the delegate of the textfield to be the class that contains the &#039;textFieldDidBeginEditing&#039; methods.... you can do this from interface builder or in your code, however you initialise them.

Read the documentation for UITextFieldDelegate.</description>
		<content:encoded><![CDATA[<p>You need to set the delegate of the textfield to be the class that contains the &#8216;textFieldDidBeginEditing&#8217; methods&#8230;. you can do this from interface builder or in your code, however you initialise them.</p>
<p>Read the documentation for UITextFieldDelegate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/comment-page-1/#comment-137</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Tue, 11 May 2010 07:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=198#comment-137</guid>
		<description>i have to be clear first, please help me,.. because when the textfield will be visible,.. while tap the text field or pressing any key in keyboard,..</description>
		<content:encoded><![CDATA[<p>i have to be clear first, please help me,.. because when the textfield will be visible,.. while tap the text field or pressing any key in keyboard,..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik</title>
		<link>http://blog.devedup.com/index.php/2010/03/25/iphone-maintain-visibility-of-form-inputs-auto-scrolling-views/comment-page-1/#comment-136</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Tue, 11 May 2010 07:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devedup.com/?p=198#comment-136</guid>
		<description>i think it will really help me to do what i want,.. and i do no where to insert this block of code..</description>
		<content:encoded><![CDATA[<p>i think it will really help me to do what i want,.. and i do no where to insert this block of code..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

