Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cell disappear (serious bug) #16

Closed
phamquy opened this issue Aug 12, 2013 · 1 comment
Closed

Cell disappear (serious bug) #16

phamquy opened this issue Aug 12, 2013 · 1 comment

Comments

@phamquy
Copy link

phamquy commented Aug 12, 2013

In original demo project

Change number of cell

- (NSInteger)quiltViewNumberOfCells:(TMQuiltView *)TMQuiltView {
    return 3; // [self.images count];
}

Change the height of cell

- (CGFloat)quiltView:(TMQuiltView *)quiltView heightForCellAtIndexPath:(NSIndexPath *)indexPath {
    return 100; //[self imageAtIndexPath:indexPath].size.height / [self quiltViewNumberOfColumns:quiltView];
}

After scroll to top to so that first two cell hidden then release scrolling, the second cell is disappeared.

@phamquy
Copy link
Author

phamquy commented Aug 12, 2013

it's dupplicate Fixes#7. Close it

@phamquy phamquy closed this as completed Aug 12, 2013
@phamquy phamquy reopened this Aug 12, 2013
@phamquy phamquy closed this as completed Aug 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant