<?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>Th30z - Coding on the Fly &#187; Drag &amp; Drop</title>
	<atom:link href="http://th30z.netsons.org/tag/drag-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://th30z.netsons.org</link>
	<description>Matteo Bertozzi, Objective-C, Cocoa, C, C++, Qt4, iPhone, Mac OS X, Open Moko, Matteo Bertozzi Development</description>
	<lastBuildDate>Sun, 22 Nov 2009 09:47:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone: Touch, Drag, Hit!</title>
		<link>http://th30z.netsons.org/2009/05/iphone-touch-drag-hit/</link>
		<comments>http://th30z.netsons.org/2009/05/iphone-touch-drag-hit/#comments</comments>
		<pubDate>Fri, 01 May 2009 07:46:27 +0000</pubDate>
		<dc:creator>Matteo Bertozzi</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Cocoa Touch]]></category>
		<category><![CDATA[Drag & Drop]]></category>

		<guid isPermaLink="false">http://th30z.netsons.org/?p=803</guid>
		<description><![CDATA[Yesterday, Fredrik has asked me something like &#8220;Drag &#38; Drop with Hit Test&#8221; on the iPhone. Here&#8217;s a simple example.  There&#8217;s a simple UIView class that handles the touch events and a protocol that says that if the &#8220;DragMe View&#8221; has hit or not the &#8220;HitMe View&#8221;. Below you can see the result and the [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, Fredrik has asked me something like &#8220;Drag &amp; Drop with Hit Test&#8221; on the iPhone. Here&#8217;s a simple example.  There&#8217;s a simple UIView class that handles the touch events and a protocol that says that if the &#8220;DragMe View&#8221; has hit or not the &#8220;HitMe View&#8221;. Below you can see the result and the Source Code Link.</p>
<p><a href="http://th30z.netsons.org/wp-content/uploads/iphonetouchdraghit.png"><img class="aligncenter size-medium wp-image-807" title="iPhone Touch Drag Hit" src="http://th30z.netsons.org/wp-content/uploads/iphonetouchdraghit-350x325.png" alt="iPhone Touch Drag Hit" width="350" height="325" /></a></p>
<p>The source code is available here: <a title="iPhone Touch Drag Hit Source Code" href="http://th30z.netsons.org/wp-content/uploads/iphone-touchdraghit.zip">Touch, Drag, Hit Source Code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://th30z.netsons.org/2009/05/iphone-touch-drag-hit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cocoa: Drag &amp; Drop</title>
		<link>http://th30z.netsons.org/2009/02/cocoa-drag-drop/</link>
		<comments>http://th30z.netsons.org/2009/02/cocoa-drag-drop/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 10:58:37 +0000</pubDate>
		<dc:creator>Matteo Bertozzi</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Drag & Drop]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NSView]]></category>

		<guid isPermaLink="false">http://th30z.netsons.org/?p=554</guid>
		<description><![CDATA[Today a simple example of Drag &#38; Drop with Cocoa and NSView. The screenshot below shows two groups. In the first one, you can drop the photos on your filesystem, taken from Desktop or Finder. In the second group, you can only drop the first group image.

You can find the source code here: Drag &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>Today a simple example of Drag &amp; Drop with Cocoa and NSView. The screenshot below shows two groups. In the first one, you can drop the photos on your filesystem, taken from Desktop or Finder. In the second group, you can only drop the first group image.</p>
<p><a href="http://th30z.netsons.org/wp-content/uploads/cocoa-draganddrop.png"><img class="aligncenter size-medium wp-image-555" title="Cocoa Drag &amp; Drop Test App" src="http://th30z.netsons.org/wp-content/uploads/cocoa-draganddrop-350x175.png" alt="Cocoa Drag &amp; Drop Test App" width="350" height="175" /></a></p>
<p>You can find the source code here: <a href="http://th30z.netsons.org/wp-content/uploads/cocoa-draganddroptest.zip">Drag &amp; Drop Test Source Code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://th30z.netsons.org/2009/02/cocoa-drag-drop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
