WKCQuartzCore 0.1.1

WKCQuartzCore 0.1.1

yang666 维护。



  • 作者:
  • WeiKunChao

WKCQuartzCore

Carthage compatible CocoaPods compatible License: MIT

基于 quartzCore 的一些基础功能

例如

导入到 #import <WKCQuartzCore/WKCQuartzCore.h>

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

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

[[UIAnimation sharedInstance] dismissYAnimation];

Alt text