<?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>Makes No Sense At All &#187; iPad</title>
	<atom:link href="http://www.katoemba.net/makesnosenseatall/tag/ipad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.katoemba.net/makesnosenseatall</link>
	<description>Interesting things to share around software development, music and what else comes to mind</description>
	<lastBuildDate>Mon, 17 May 2010 19:59:13 +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>iPad: popup view out of another view</title>
		<link>http://www.katoemba.net/makesnosenseatall/2010/05/17/ipad-popup-view-out-of-another-view/</link>
		<comments>http://www.katoemba.net/makesnosenseatall/2010/05/17/ipad-popup-view-out-of-another-view/#comments</comments>
		<pubDate>Mon, 17 May 2010 19:59:13 +0000</pubDate>
		<dc:creator>Berrie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CoreAnimation]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.katoemba.net/makesnosenseatall/2010/05/17/ipad-popup-view-out-of-another-view/</guid>
		<description><![CDATA[For one of my projects on the iPad I wanted to popup a detail window out of an existing image view, using some animation while popping up. CoreAnimation was the way to go, but I was facing difficulties to:
a) find out how to do it and
b) get it working.
The animation should combine movement (from the [...]]]></description>
			<content:encoded><![CDATA[<p>For one of my projects on the iPad I wanted to popup a detail window out of an existing image view, using some animation while popping up. CoreAnimation was the way to go, but I was facing difficulties to:</p>
<p>a) find out how to do it and<br />
b) get it working.</p>
<p>The animation should combine movement (from the location of the clicked image to the location where the popup is shown), scaling (from the image size to the popup size) and rotation (for a nice effect). Google searches delivered bits and pieces, the best sample I found was <a href="http://boondoggle.atomicwang.org/lemurflip/" target="_top">MFFlip</a> from Mike Lee. This didn&#8217;t include scaling and movement like I wanted it, so I added this and then packed it up nicely into a single class ViewFlipper with a single factory method that takes 2 views as parameters and does all the calculations and animation. The ViewFlipper class can be included without further dependencies into any project, except that you need to include the QuartzCore framework.</p>
<p>I&#8217;ve created a little sample iPad program around it that you can download <a href="http://www.katoemba.net/download/CoreAnimation.zip" target="_top">here</a>. I&#8217;ve put some documentation in the code that describes the what goes on inside. I hope this is useful for others who are struggling with this too.</p>
<p>Note: initially I kept having trouble with all of the examples I found, it turned out this was caused by the fact that I had one view with 3 subviews: a UITableView covering the entire view, the imageView and popupView (which were shown above the UITableView). I managed to solve this by moving the imageView and popupView onto a view of its own. I gave this extra view a transparent background, so that the underlying UITableView was still visible. This extra view also has the advantage that you can catch touch events on it which you can use to popdown the popup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.katoemba.net/makesnosenseatall/2010/05/17/ipad-popup-view-out-of-another-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod &amp; MPoD =&gt; iPad &amp; MPaD???</title>
		<link>http://www.katoemba.net/makesnosenseatall/2010/01/30/ipod-mpod-ipad-mpad/</link>
		<comments>http://www.katoemba.net/makesnosenseatall/2010/01/30/ipod-mpod-ipad-mpad/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 10:24:05 +0000</pubDate>
		<dc:creator>Berrie</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[MPaD]]></category>
		<category><![CDATA[MPD Client]]></category>
		<category><![CDATA[MPoD]]></category>

		<guid isPermaLink="false">http://www.katoemba.net/makesnosenseatall/2010/01/30/ipod-mpod-ipad-mpad/</guid>
		<description><![CDATA[
From what I&#8217;ve seen so far, I believe the newly announced iPad will be a great way to control mpd. It can be used even more intuitively than an iPhone, and allows to include various info all in one place, like cover art, artist info, playlist, buttons.


If you have good ideas on what MPaD should [...]]]></description>
			<content:encoded><![CDATA[<p>
From what I&#8217;ve seen so far, I believe the newly announced iPad will be a great way to control mpd. It can be used even more intuitively than an iPhone, and allows to include various info all in one place, like cover art, artist info, playlist, buttons.
</p>
<p>
If you have good ideas on what MPaD should look like, why not share them here?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.katoemba.net/makesnosenseatall/2010/01/30/ipod-mpod-ipad-mpad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
