文章来源:淘论文网   发布者: 毕业设计   浏览量: 29



还可以点击去查询以下关键词:
[制作]    [UITableVie]    [毕业]    [画的]    [简单]    [方式]    [制作UITableVie毕业w动画的简单方式]   

项目介绍:

项目简介
TableFlip

一个制作UITableView动画的简单方式。

示例

从左边交错效果:

TableViewAnimation.Cell.left(duration: 0.5)

从顶部推送就可以实现一个很好的初始加载效果:

TableViewAnimation.Table.top(duration: 0.8)

优雅的渐隐:

TableViewAnimation.Cell.fade(duration: 1.0)

你可以制作你自己的转换,你可以使用CGAffineTransform来实现一些很棒的效果:

let degrees = CGFloat(sin(90.0 * M_PI/180.0))
let rotationTransform = CGAffineTransform(rotationAngle: degrees)
let flipTransform = CGAffineTransform(scaleX: -1, y: -1)
let customTransform = rotationTransform.concatenating(flipTransform)

self.loadImages(withAnimation: TableViewAnimation.Cell.custom(duration: 0.6, transform: customTransform, options: .curveEaseInOut))

github地址:https://github.com/mergesort/TableFlip

开题报告开题报告


这里还有:


还可以点击去查询:
[制作]    [UITableVie]    [毕业]    [画的]    [简单]    [方式]    [制作UITableVie毕业w动画的简单方式]   

请扫码加微信 微信号:sj52abcd


下载地址: http://www.taolw.com/down/7581.docx
  • 上一篇:swift直播推流框架的Demo-金山云
  • 下一篇:iOS手势定制返回