WKCQuartzCore 0.1.1

WKCQuartzCore 0.1.1

Maintained by yang666.



  • By
  • WeiKunChao

WKCQuartzCore

Carthage compatible CocoaPods compatible License: MIT

Some base on quartzCore

Such as

import into #import <WKCQuartzCore/WKCQuartzCore.h>

[[UIAnimation sharedInstance] showAnimationInSourceView:sender duration:2 toValue:CGPointMake(0, -100)];

  1. //需要注意的是,toValue表示的相对位置.

[[UIAnimation sharedInstance] dismissYAnimation];

Alt text