<?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: Replicating Apples embossed text in a Cocoa App</title>
	<atom:link href="http://whomwah.com/2009/03/11/replicating-apples-embossed-text-in-a-cocoa-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://whomwah.com/2009/03/11/replicating-apples-embossed-text-in-a-cocoa-app/</link>
	<description>The website of Duncan Robertson, currently computing for the BBC</description>
	<lastBuildDate>Mon, 06 Feb 2012 11:04:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Bad Base</title>
		<link>http://whomwah.com/2009/03/11/replicating-apples-embossed-text-in-a-cocoa-app/comment-page-1/#comment-33362</link>
		<dc:creator>Bad Base</dc:creator>
		<pubDate>Sat, 16 May 2009 17:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://whomwah.com/?p=1203#comment-33362</guid>
		<description>Hi Duncan. If you are working pre 10.5 then this is a useful recipe. Thanks for posting it as it saved me some leg-work.

Bad Base</description>
		<content:encoded><![CDATA[<p>Hi Duncan. If you are working pre 10.5 then this is a useful recipe. Thanks for posting it as it saved me some leg-work.</p>
<p>Bad Base</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://whomwah.com/2009/03/11/replicating-apples-embossed-text-in-a-cocoa-app/comment-page-1/#comment-33176</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Fri, 13 Mar 2009 20:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://whomwah.com/?p=1203#comment-33176</guid>
		<description>Thanks Chaps, well and truly shamed :)

 I&#039;m finding more and more that if something seems like a pain do in Cocoa, it&#039;s because you haven&#039;t looked hard enough through the API</description>
		<content:encoded><![CDATA[<p>Thanks Chaps, well and truly shamed <img src='http://whomwah.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> I&#8217;m finding more and more that if something seems like a pain do in Cocoa, it&#8217;s because you haven&#8217;t looked hard enough through the API</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://whomwah.com/2009/03/11/replicating-apples-embossed-text-in-a-cocoa-app/comment-page-1/#comment-33173</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 13 Mar 2009 01:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://whomwah.com/?p=1203#comment-33173</guid>
		<description>FYI, It&#039;s much easier to do this:

[myTextField setBackgroundStyle:NSBackgroundStyleRaised]</description>
		<content:encoded><![CDATA[<p>FYI, It&#8217;s much easier to do this:</p>
<p>[myTextField setBackgroundStyle:NSBackgroundStyleRaised]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Gallagher</title>
		<link>http://whomwah.com/2009/03/11/replicating-apples-embossed-text-in-a-cocoa-app/comment-page-1/#comment-33172</link>
		<dc:creator>Matt Gallagher</dc:creator>
		<pubDate>Fri, 13 Mar 2009 01:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://whomwah.com/?p=1203#comment-33172</guid>
		<description>Yes, on the iPhone you can use the same setShadowColor: and setShadowOffset: methods on a UILabel (equivalent of an NSTextField) without needing to set an attributed string. It&#039;s not as easy as a setEmbossingEnabled:YES method might be but it is a couple lines shorter.</description>
		<content:encoded><![CDATA[<p>Yes, on the iPhone you can use the same setShadowColor: and setShadowOffset: methods on a UILabel (equivalent of an NSTextField) without needing to set an attributed string. It&#8217;s not as easy as a setEmbossingEnabled:YES method might be but it is a couple lines shorter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

