Coder Social home page Coder Social logo

bottom-pull-to-refresh's People

Contributors

emenegro avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bottom-pull-to-refresh's Issues

Incompatibility when using iOS7/autolayout/UIRefreshControl

Hello!
It seems that the table is relocated in a wrong position after using the component. I guess is because I'm using iOS/autolayout. Note that there the view controllers are in full screen by default (because the navigation bar are now semi transparent).

I created a test code here:
https://www.dropbox.com/s/hcs9iwf03dontde/TestBottom.zip

As you can see, the UIRefreshControl (top) works perfectly, but after using the bottom component (which seems to work ok), the table size or position is wrong and is not possible to see/use the UIRefreshControl.

Any idea or suggestion?
Thanks in advance.

Relocation of Pull To Refresh View

Pull To Refresh View didn't get Relocated at bottom at First and when we reload the tableview with New Data. It gets relocated when we Scroll twice after Reloading the Data. [*I have used navigation bar in my project ]

First Row In Table Hidden After First Pull To Refresh

When I pull to refresh the first time, I go back up to the top of the UITableView and the top of my table is hidden under the navigation bar, by I am assume the height of the pull to refresh view. I love this control, but this is a deal breaker for me.

FYI, the demo app has this problem also. I am going to try to track this down, but it's not my code...

How to not show pull to refresh when data source is ended.

When all my data source is ended now I don't want this refresh control to appear no matter how many times user scrolls down. I have kept a bool to mark end of datasource. But pulltoRefresh sticks at end of my table view showing Loading with activity indicator.
This is how my code looks like

  • (void)bottomPullToRefreshTriggered:(MNMBottomPullToRefreshManager *)manager {
    if (!self.dataSourceEnded) {
    [self performSelector:@selector(loadTable) withObject:nil afterDelay:0.1];
    }
    else {
    [pullToRefreshManager_ tableViewReloadFinished];
    }
    }

submodule commit issue

Because submodule, I need to commit the modify of MNMBottomPullToRefresh.string.

So, would you please change MessageLabel to public property that I could edit text without commit to your git repo. Thx a lot.

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.