Skip to content

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

License

Notifications You must be signed in to change notification settings

yangshengchaoios/CAAnimationBlocks

 
 

Repository files navigation

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) 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published