Re: Animated mask for UIViews?
Re: Animated mask for UIViews?
- Subject: Re: Animated mask for UIViews?
- From: Matt Neuburg <email@hidden>
- Date: Tue, 21 Sep 2010 18:54:54 -0700
- Thread-topic: Animated mask for UIViews?
On Tue, 21 Sep 2010 11:22:06 -0400, "Eric E. Dolecki" <email@hidden>
said:
>Can one easily apply a
>mask to a UIView and animate it's dimensions?
One can easily apply a mask to a layer, and since all drawing (even a view's
drawing) is actually a layer, that's the same thing. And one can animate
aspects of layer drawing, so the answer would seem to be yes; for example,
if the mask were shaped like an ellipse, you could animate a change in the
size of the ellipse. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden