Search code examples
iphoneobjective-canimationeffectquartz-2d

OSX hide window effect on the iPhone


Is it possible to 'easily' make on the iphone a MAC OSX hide window effect on a UIView? When I say easily, I mean using existing libraries or tools...

Thanks


Solution

  • No such animation is built in to the iPhone SDK, you'd have to create it yourself.