
<?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: How to determine if an NSTextView is scrolled to the end</title>
	<atom:link href="http://www.codexsoftware.co.uk/blog/computers/programming/how-to-determine-if-an-nstextview-is-scrolled-to-the-end/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codexsoftware.co.uk/blog/computers/programming/how-to-determine-if-an-nstextview-is-scrolled-to-the-end/</link>
	<description>Computer topics and random rants!</description>
	<lastBuildDate>Wed, 16 Nov 2011 20:56:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Stephan</title>
		<link>http://www.codexsoftware.co.uk/blog/computers/programming/how-to-determine-if-an-nstextview-is-scrolled-to-the-end/comment-page-1/#comment-546</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 16 Nov 2011 20:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codexsoftware.co.uk/blog/?p=269#comment-546</guid>
		<description>Hi, this is very useful, thanks for sharing.

Only line 09 should read
if ([textView frame].size.height &gt; [scrollView frame].size.height) {

Best
Stephan</description>
		<content:encoded><![CDATA[<p>Hi, this is very useful, thanks for sharing.</p>
<p>Only line 09 should read<br />
if ([textView frame].size.height &gt; [scrollView frame].size.height) {</p>
<p>Best<br />
Stephan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

