<?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: Fixing Blurry Subviews</title>
	<atom:link href="http://www.markj.net/iphone-uiview-blurred-blurry-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markj.net/iphone-uiview-blurred-blurry-view/</link>
	<description>iPhone App Development &#38; Consulting</description>
	<lastBuildDate>Sat, 31 Jul 2010 13:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean O'Connor</title>
		<link>http://www.markj.net/iphone-uiview-blurred-blurry-view/comment-page-1/#comment-2147</link>
		<dc:creator>Sean O'Connor</dc:creator>
		<pubDate>Mon, 08 Feb 2010 12:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=484#comment-2147</guid>
		<description>I had that problem with odd pixel sized UIImageViews I was using on a UIScrollView. Every time you scrolled the screen the app moved the UIImagViews so they appeared to stay still relative to the scrolling background. All the even pixel sized UIImageViews looked fine but the odd ones went blurry. If I hadn&#039;t been lucky and had some even sized ones which worked I&#039;d have just written it off as an un-fixable iPhone quirk!</description>
		<content:encoded><![CDATA[<p>I had that problem with odd pixel sized UIImageViews I was using on a UIScrollView. Every time you scrolled the screen the app moved the UIImagViews so they appeared to stay still relative to the scrolling background. All the even pixel sized UIImageViews looked fine but the odd ones went blurry. If I hadn&#8217;t been lucky and had some even sized ones which worked I&#8217;d have just written it off as an un-fixable iPhone quirk!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zaph</title>
		<link>http://www.markj.net/iphone-uiview-blurred-blurry-view/comment-page-1/#comment-2109</link>
		<dc:creator>Zaph</dc:creator>
		<pubDate>Sun, 17 Jan 2010 16:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=484#comment-2109</guid>
		<description>Rendering an UIImage that is an odd number of pixels wide into a UIImageView of exactly the same width and with an origin on integer values also causes pixel smearing.  A workaround is to make the image 1 pixel wider.</description>
		<content:encoded><![CDATA[<p>Rendering an UIImage that is an odd number of pixels wide into a UIImageView of exactly the same width and with an origin on integer values also causes pixel smearing.  A workaround is to make the image 1 pixel wider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone UIView Has Blurred Subview &#124; markjnet &#171; Brainwash Inc. &#8211; iPhone/Mobile Development</title>
		<link>http://www.markj.net/iphone-uiview-blurred-blurry-view/comment-page-1/#comment-1898</link>
		<dc:creator>iPhone UIView Has Blurred Subview &#124; markjnet &#171; Brainwash Inc. &#8211; iPhone/Mobile Development</dc:creator>
		<pubDate>Tue, 19 May 2009 15:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=484#comment-1898</guid>
		<description>[...] UIView Has Blurred Subview &#124;&#160;markjnet    iPhone UIView Has Blurred Subview &#124; markjnet  As the box is sized with an even number of pixels, 174 x 82, setting the origin relative to the [...]</description>
		<content:encoded><![CDATA[<p>[...] UIView Has Blurred Subview |&nbsp;markjnet    iPhone UIView Has Blurred Subview | markjnet  As the box is sized with an even number of pixels, 174 x 82, setting the origin relative to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.markj.net/iphone-uiview-blurred-blurry-view/comment-page-1/#comment-1897</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Tue, 19 May 2009 06:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=484#comment-1897</guid>
		<description>Ideally, you are not scaling images on device and creating them in photoshop to the exact size needed. Planning, of course, to line up on whole pixels. This makes your views render faster and eliminates the blurring.</description>
		<content:encoded><![CDATA[<p>Ideally, you are not scaling images on device and creating them in photoshop to the exact size needed. Planning, of course, to line up on whole pixels. This makes your views render faster and eliminates the blurring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Bernstein</title>
		<link>http://www.markj.net/iphone-uiview-blurred-blurry-view/comment-page-1/#comment-1895</link>
		<dc:creator>Joel Bernstein</dc:creator>
		<pubDate>Sun, 17 May 2009 21:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.markj.net/?p=484#comment-1895</guid>
		<description>This is especially annoying with Core Animation layers, whose centers can be aligned based on constraint rules, so you don&#039;t actually have a line of code assigning their position.</description>
		<content:encoded><![CDATA[<p>This is especially annoying with Core Animation layers, whose centers can be aligned based on constraint rules, so you don&#8217;t actually have a line of code assigning their position.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
