<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Red Robot Studios &#187; cocoa</title>
	<atom:link href="http://www.redrobotstudios.com/blog/tag/cocoa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redrobotstudios.com/blog</link>
	<description>Web development company specialising in Django and mobile development for clients around the world</description>
	<lastBuildDate>Fri, 30 Dec 2011 12:51:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Glowing and soft shadowed text on iPhone</title>
		<link>http://www.redrobotstudios.com/blog/2010/04/29/create-glow-soft-shadow-text-on-iphone/</link>
		<comments>http://www.redrobotstudios.com/blog/2010/04/29/create-glow-soft-shadow-text-on-iphone/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:28:03 +0000</pubDate>
		<dc:creator>Andrew Gleave</dc:creator>
				<category><![CDATA[cocoa]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://www.redrobotstudios.com/blog/?p=171</guid>
		<description><![CDATA[iPhone OS&#8217;s UILabel provides basic shadowing properties which can be used to create inset text effects and basic text shadows. However, the shadow has no blur and gives a sharp edge which is not particularly useful if you&#8217;re looking for a soft or subtle shadow.
Recently I needed to create a &#8220;glowing&#8221; text effect – essentially [...]]]></description>
			<content:encoded><![CDATA[<p>iPhone OS&#8217;s UILabel provides basic shadowing properties which can be used to create inset text effects and basic text shadows. However, the shadow has no blur and gives a sharp edge which is not particularly useful if you&#8217;re looking for a soft or subtle shadow.</p>
<p>Recently I needed to create a &#8220;glowing&#8221; text effect – essentially a soft shadow without the offset – so I wrote a simple UILabel subclass which let me specify an offset, colour and blur amount.</p>
<p><a style="text-decoration: none;" href="http://www.redrobotstudios.com/blog/wp-content/uploads/2010/04/glow1.png"><img class="aligncenter size-full wp-image-175" title="glow" src="http://www.redrobotstudios.com/blog/wp-content/uploads/2010/04/glow1.png" alt="" width="325" height="482" /></a></p>
<p>The screenshot shows a how the class can be used to create a glow effect but it&#8217;s equally easy to create soft shadows for your text.</p>
<p>You can find the <a href="http://github.com/andrewgleave/TextGlowDemo">source here</a> on GitHub.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redrobotstudios.com/blog/2010/04/29/create-glow-soft-shadow-text-on-iphone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

