GithubHelp home page GithubHelp logo

ccinfinitescrolling's People

Contributors

lipka avatar mergesort avatar ziryanov 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

Watchers

 avatar  avatar  avatar  avatar

ccinfinitescrolling's Issues

estimatedRowHeight property not respected in iOS 8

I'm setting an estimatedRowHeight on my UITableView as such. self.tableView.estimatedRowHeight = 250.0f;
In iOS 8, I'm using UITableViewAutomaticDimension for the height of the cells, and am ending up with a gigantic amount of padding at the bottom, no matter what I set the estimatedRowHeight property to be, small or large.

Missing submodule compiler warning

When installing the library via CocoaPods and use_frameworks!, the following compiler warning is thrown when used in Swift:

/Bridging-Header.h:12:2: Missing submodule 'CCInfiniteScrolling.UIScrollView_InfiniteScrolling'

Issue with "estimatedHeightForRowAtIndexPath"

Hi,

There is a bug when implementing the UITableViewDelegate tableView:estimatedHeightForRowAtIndexPath: message.

is_setContentSize: is called multiple times (once for each new rows it seems), resulting in contentSize being increased multiple times in is_updateContent.

You can replicate it by adding the following lines at the end of SecondViewController.m in the example:

- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIndexPath:(NSIndexPath *)indexPath {
    return [tableView rowHeight];
}

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
    return [tableView rowHeight];
}

Error when having use_frameworks! in Podfile

I'm migrating an Objective-C project to Swift and I added use_frameworks! to my Podfile but then I got an error in UIScrollView+infiniteScrolling.m in this line #import <UIView+TKGeometry/UIView+TKGeometry.h>. I was able to fix it by changing it to import the module like this @import UIView_TKGeometry;. I uploaded the fix and is in the following pull request #10

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.