Skip to content

Shrinks any UIView instance to a point in a view similar to the iOS Mail app

License

Notifications You must be signed in to change notification settings

ashfurrow/UIView-ShinkTo

Repository files navigation

What it is

This repo contains a UIView category called ShrinkTo which will let you easily shrink any view to a point within another view, much like the iOS Mail app.

[Here's a demo video.] (http://www.youtube.com/watch?v=Xak3xqGKvqc)

How to Use

Make sure to link against the QuartzCore framework in your build settings or you'll get linker errors when you try to compile.

Call shrinkToCenterOfView: or shrinkToPoint:inView: on any UIView instance. The latter method takes a point in the second parameter's view coordinate system that specifies where the shrinking view should shrink to.

Thanks to Mike Nachbaur for guides on Core Animation.

About

Shrinks any UIView instance to a point in a view similar to the iOS Mail app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages