Giter Club home page Giter Club logo

ritlsimilarzhpulldowndemo's Introduction

Hi there 👋

ritlsimilarzhpulldowndemo's People

Contributors

ritl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yoyofan

ritlsimilarzhpulldowndemo's Issues

if pullDownItems.count == 1 also can pull up

add some code in YSimilarZHPullDownMainView.swift

func similarZHPullDownView(similarZHPullDownView: SimilarZHPullDownView, pullType: PullType) {          
if pullDownItems.count == 1 {
            return
        }
}

你好,你这个好像并没有考虑重用的问题

如果换成加载webview,会造成很大的内存占用。
我一开始是类似这样,不过只维护两个downview,通过一个downview上下滑动手势,判断另一个downview出现在上面还是下面。但是这样逻辑很复杂。
现在用collectionview做(也可以用uitableview),由系统处理重用,每个cell'相当于一个downview,通过代理方法,让collectionview滚动。但是这样还是有显示的bug。

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.