Giter VIP home page Giter VIP logo

uitableview-wave's Introduction

UITableView-Wave

效果

说明

  • 1:tableview在数据进行刷新时进行动画
  • 2:cell wave 的方向可以进行左右切换
  • 3:bounce效果

代码说明

  • 1: 为了简单易用 想到的是用category 而非继承的方式,这样我只需要在使用的地方将头文件引入过来就可以直接调用里面的方法了. 所以我先创建了类UITableView+Wave 头文件 UITableView+Wave.h
  • 2: 目前网上大部分cell动画实现 - (void)tableView:(UITableView *)tableView willDisplayCell:(TestTableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath 函数进行实现 但是我觉得这样子耦合性太强
  • 3:效率方面 当reload时 只针对当前显示的cell 进行动画

使用方法

    1. 引入 UITableView+Wave.h
    1. 调用 [self.tableView reloadDataAnimateWithWave:RightToLeftWaveAnimation];

探讨

有问题请@逸书

uitableview-wave's People

Contributors

loufq avatar

Watchers

James Cloos avatar Zike Xiong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.