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

Fixing crash and Issue 9 #39

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

graetzer
Copy link

  • Fixes the Issue of upscaled images wich occurs if the partition algorithm assigns a single item to one row.
  • Incorporates a fix for a crash on [UICollectionView insertSections:] from Pull Request #24
  • It implements swipe in and out animations, when inserting or removing cells.

(Last one should be optional, but I didn't have time to implement that yet)

@graetzer graetzer closed this Dec 27, 2015
@graetzer graetzer reopened this Dec 27, 2015
@njdehoog
Copy link
Owner

@graetzer Thanks for your PR. I am no longer maintaining this project. Would you mind if I just point people to your fork in the README?

@graetzer
Copy link
Author

Sure I think that's the best idea, if you don't want to test and merge the code.

@njdehoog
Copy link
Owner

Honestly it's been too long since I looked at this code, and I don't have the time to maintain it at the moment. I updated the REAME. Thanks again.

chadpod and others added 4 commits February 11, 2016 12:06
Change copy to mutableCopy so a NSMutableArray is returned instead of a NSArray, honoring the method signature.
Update NHLinearPartition.m
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

Successfully merging this pull request may close these issues.

3 participants