GitHub - China-Gary/LRTableViewRollAnimation: tableView动画效果滚动时 · GitHub
Skip to content

China-Gary/LRTableViewRollAnimation

 
 

Folders and files

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

tableView动画效果滚动时

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Objective-C 100.0%