<?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>Dave Verwer's Blog &#187; Mac Development</title>
	<atom:link href="http://blog.daveverwer.com/category/mac-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.daveverwer.com</link>
	<description>I write Mac and iPhone software.</description>
	<lastBuildDate>Thu, 15 Apr 2010 06:49:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BGHUDAppKit</title>
		<link>http://blog.daveverwer.com/mac-development/bghudappkit/</link>
		<comments>http://blog.daveverwer.com/mac-development/bghudappkit/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 08:16:47 +0000</pubDate>
		<dc:creator>Dave Verwer</dc:creator>
				<category><![CDATA[Mac Development]]></category>
		<category><![CDATA[bghudappkit]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[hud]]></category>

		<guid isPermaLink="false">http://blog.daveverwer.com/?p=16</guid>
		<description><![CDATA[It was an absolute travesty that Apple added a gorgeous iPhoto/iMovie style HUD panel to IB with the release of the 10.5 SDK but then neglected to actually add any controls that draw correctly on it. As you can see by the picture, HUD&#8217;s that you can create using the inbuilt controls are somewhat lacking.
Luckily, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-19" title="Apple Default HUD" src="http://blog.daveverwer.com/wp-content/uploads/2009/01/applehud.png" alt="Apple Default HUD" width="314" height="241" />It was an absolute travesty that Apple added a gorgeous iPhoto/iMovie style HUD panel to IB with the release of the 10.5 SDK but then neglected to actually add any controls that draw correctly on it. As you can see by the picture, HUD&#8217;s that you can create using the inbuilt controls are somewhat lacking.</p>
<p>Luckily, some talented chaps created <a title="BGHUDAppKit" href="http://www.binarymethod.com/content/bghudappkit.php">BGHUDAppKit</a> which solves the problem beautifully with a set of HUD controls that fit perfectly. Even better, they are not drawn with bitmaps but are all put together with NSBezierPath, NSGradient, etc&#8230;</p>
<p>Anyway, all of that is really old news now so why am I posting this? Well I ended up browsing the BGHUDAppKit  source today and it occured to me that this is a fantastic resource for learning how to subclass the standard NSControls and how to create an IB plugin. The quality of the code is great and it is well documented and easy to understand.</p>
<p>Anyway, thanks to everyone who contributed to this. Not only is the kit a joy to use but it is an asset to the community in terms of a learning resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.daveverwer.com/mac-development/bghudappkit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
