Giter VIP home page Giter VIP logo

jcpulltoselect's Introduction

JCPullToSelect

动图演示

(logo)

功能介绍

  • 下拉后继续左右滑动手指可以选择其他功能
  • 上拉刷新
  • 拖动过程中实时改变弹性球外形效果真实
  • 可以自定义功能view数量、默认功能view的index、弹性球颜色等
  • 支持tableView、collectionView、webView
  • 最低支持iOS6
  • 一行代码调用

如何使用?

1 使用Cocoapods导入

在Podfile增加一行:pod 'JCPullToSelect'

2 手动导入

复制 JCPullToSelect 文件夹到你的工程中

导入完成后请看以下示例代码或直接下载demo文件(推荐下载demo,更详细)

self.tableView.header = [JCHeader headerWithDefaultIndex:0 ballColor:nil normalViews:@[JCNormalRefreshView] selectedViews:@[JCSelectedRefreshView] callback:^(JCHeader *header, NSInteger index) {
    // 停止刷新
    [header endRefreshing];
}];
    
self.tableView.footer = [JCFooter footerWithCallback:^(JCFooter *footer) {
    // 停止刷新
    [footer endRefreshing];
}];

联系方式

邮箱 : [email protected]

博客 : http://blog.csdn.net/hjaycee

如发现框架有bug或者有任何建议或疑问都请发我邮箱,谢谢!

jcpulltoselect's People

Contributors

richdaddycashmany avatar

Watchers

 avatar  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.