xissburg / CAAnimationBlocks

Category which allows the usage of start and completion blocks in CAAnimation instances, instead of a delegate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAAnimationBlocks

A category that allows the usage of start and completion blocks in CAAnimation instances, instead of an unpractical delegate.

To use it in your project, just add the CAAnimation+Blocks.h and CAAnimation+Blocks.m files, then just assign a void ^(BOOL finished) block to the completion property of the CAAnimation instance (which is added to it through a category). You can also assign a start block of the type void ^(void). You can find a working example in RootViewController.m.

About

Category which allows the usage of start and completion blocks in CAAnimation instances, instead of a delegate

License:MIT License


Languages

Language:Objective-C 100.0%