<?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: Resize UIView/UITableView when Keyboard displays</title>
	<atom:link href="http://mozketo.com/resize-uiviewuitableview-when-keyboard-displays/feed/" rel="self" type="application/rss+xml" />
	<link>http://mozketo.com/resize-uiviewuitableview-when-keyboard-displays/</link>
	<description>Now a dev diary</description>
	<lastBuildDate>Sat, 13 Mar 2010 06:12:09 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GabeK</title>
		<link>http://mozketo.com/resize-uiviewuitableview-when-keyboard-displays/comment-page-1/#comment-102</link>
		<dc:creator>GabeK</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://mozketo.com/?p=213#comment-102</guid>
		<description>Thanks for posting this. It&#039;s the best solution I&#039;ve seen for dealing with hidden text fields!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. It&#8217;s the best solution I&#8217;ve seen for dealing with hidden text fields!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Resize UIView/UITableView when Keyboard displays &#124; Real Rumors</title>
		<link>http://mozketo.com/resize-uiviewuitableview-when-keyboard-displays/comment-page-1/#comment-34</link>
		<dc:creator>Resize UIView/UITableView when Keyboard displays &#124; Real Rumors</dc:creator>
		<pubDate>Tue, 02 Jun 2009 00:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://mozketo.com/?p=213#comment-34</guid>
		<description>[...] Resize UIView/UITableView when Keyboard displays 01.06.2009 &#124; Posted in Computer World    I was having a hell of a time trying to get my UITableView to resize itself after the iPhone keyboard displayed itself. After being just a little surprised that the iPhone doesn’t resize the underlying UIView for free I figured it was up to me to do resize. Firstly add a few variables and method declares into your ViewController.h header file: ? View Code OBJC Boolean keyboardIsShowing; CGRect keyboardBounds; - ( void ) resizeViewControllerToFitScreen; Now we ne Here is the original post: Resize UIView/UITableView when Keyboard displays [...]</description>
		<content:encoded><![CDATA[<p>[...] Resize UIView/UITableView when Keyboard displays 01.06.2009 | Posted in Computer World    I was having a hell of a time trying to get my UITableView to resize itself after the iPhone keyboard displayed itself. After being just a little surprised that the iPhone doesn’t resize the underlying UIView for free I figured it was up to me to do resize. Firstly add a few variables and method declares into your ViewController.h header file: ? View Code OBJC Boolean keyboardIsShowing; CGRect keyboardBounds; &#8211; ( void ) resizeViewControllerToFitScreen; Now we ne Here is the original post: Resize UIView/UITableView when Keyboard displays [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
