Skip to content

luran2358/LRTableViewRollAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LRTableViewRollAnimation

######动画的方向需要根据自己喜好去设置:

 x,y值为:  _cellAnchorPoint = CGPointMake(x, y);
 -angle值为:  _angle =  - kAngle;

//用户往下拖动时候动画出现的初始位置:
 左边位置:  x=0 y=1 -angle 
 右边位置: x=1 y=1 

//用户往上拖动时候动画出现的初始位置:
  左边位置: x=0 y=0 
  右边位置: x=1 y=0 -angle 

//在中心点翻转设置:
  x=0.5 y=0.5 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages