让tableViewCell动画显示(swift)
发布时间:2020-12-14 07:17:42 所属栏目:百科 来源:网络整理
导读:让tableViewCell动画显示(swift) func animateTable() { self . tableView . reloadData () let cells = tableView . visibleCells let tableHeight: CGFloat = bounds . size . height for i in cells { let cell: UITableViewCell = i as UITableViewCell
让tableViewCell动画显示(swift)
func
animateTable() {
self . tableView . reloadData () let cells = tableView . visibleCells let tableHeight: CGFloat = bounds . size . height for i in cells { let cell: UITableViewCell = i as UITableViewCell cell. transform = CGAffineTransformMakeTranslation ( 0 ,tableHeight) } var index = 0 for a UITableViewCell = a UITableViewCell UIView . animateWithDuration ( 1.5 ,delay: 0.05 * Double (index),usingSpringWithDamping: 0.8 ,initialSpringVelocity: 0 ); },completion: nil ) index += 1 }
}
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |