<?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: Combining multiple UITextFields and a UITableView in a nice way for an iPhone app</title>
	<atom:link href="http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/</link>
	<description>About hardcore technology and softcore business</description>
	<lastBuildDate>Fri, 18 Jun 2010 02:03:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paula</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4784</link>
		<dc:creator>Paula</dc:creator>
		<pubDate>Fri, 14 May 2010 02:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4784</guid>
		<description>&gt; Wont doing that mean it all stays in memory and results in slow scroll performance? 

&quot;Using more memory&quot; and &quot;slow scrolling&quot;... are NOT the same things.

Which sounds faster:
1. Drawing it once... use a little memory... and just scroll it around.
  
2. Save a little memory... and alloc ever cell... over and over... or dealloc... and reuse... and redesign ever cell... countless times.</description>
		<content:encoded><![CDATA[<p>&gt; Wont doing that mean it all stays in memory and results in slow scroll performance? </p>
<p>&#8220;Using more memory&#8221; and &#8220;slow scrolling&#8221;&#8230; are NOT the same things.</p>
<p>Which sounds faster:<br />
1. Drawing it once&#8230; use a little memory&#8230; and just scroll it around.</p>
<p>2. Save a little memory&#8230; and alloc ever cell&#8230; over and over&#8230; or dealloc&#8230; and reuse&#8230; and redesign ever cell&#8230; countless times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4756</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 12 May 2010 12:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4756</guid>
		<description>Yes, that would keep the actual data in memory. I do not think the 50 lines of input causes the problems, that&#039;s with UTF-8 maybe 50 * 60 * 2 = 6k of data. Any given moment an app will use 10-20mb of memory, so 6k is not a lot. 

Look at incorrect overlaps/sizes of subviews in views, too many transparent views etc to fix your problems.

dirk</description>
		<content:encoded><![CDATA[<p>Yes, that would keep the actual data in memory. I do not think the 50 lines of input causes the problems, that&#8217;s with UTF-8 maybe 50 * 60 * 2 = 6k of data. Any given moment an app will use 10-20mb of memory, so 6k is not a lot. </p>
<p>Look at incorrect overlaps/sizes of subviews in views, too many transparent views etc to fix your problems.</p>
<p>dirk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patty</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4749</link>
		<dc:creator>patty</dc:creator>
		<pubDate>Tue, 11 May 2010 16:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4749</guid>
		<description>50 lines of input????
  
Who is going to type in all of that???</description>
		<content:encoded><![CDATA[<p>50 lines of input????</p>
<p>Who is going to type in all of that???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andyong</title>
		<link>http://blog.d-17.com/2009/08/combining-multiple-uitextfields-and-a-uitableview-in-a-nice-way-for-an-iphone-app/comment-page-1/#comment-4693</link>
		<dc:creator>Andyong</dc:creator>
		<pubDate>Fri, 07 May 2010 08:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.d-17.com/?p=85#comment-4693</guid>
		<description>Just a question. Wont doing that mean it all stays in memory and results in slow scroll performance? I have an app that requires up to 50 lines of input involving UITextFields, and a switch and am currently using a UIScrollview but the scrolling is no longer smooth as soon as you start adding UITextfields as subviews.</description>
		<content:encoded><![CDATA[<p>Just a question. Wont doing that mean it all stays in memory and results in slow scroll performance? I have an app that requires up to 50 lines of input involving UITextFields, and a switch and am currently using a UIScrollview but the scrolling is no longer smooth as soon as you start adding UITextfields as subviews.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
