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

Refactor for 1.0 release #21

Merged
merged 12 commits into from
Jun 24, 2017
Merged

Refactor for 1.0 release #21

merged 12 commits into from
Jun 24, 2017

Conversation

BenEmdon
Copy link
Owner

@BenEmdon BenEmdon commented Jun 24, 2017

Changes for 1.0 release

  • Removed CenteredCollectionView subclass (resolves Reduce project to only be UICollectionViewFlowLayout #19)
    • Moved all custom methods back onto the CenteredCollectionViewFlowLayout
    • Added a UICollectionView extension method CenteredCollectionView(frame:) which is a convenient way to create a and configure a UICollectionView with a CenteredCollectionViewFlowLayout

Still TODO:

  • Bump version to 1.0
  • Add inline documentation
  • Update README docs
  • Interface builder support (Optional)
  • Interface builder example (Optional)
  • Add screenshot tests (Optional)

@BenEmdon BenEmdon force-pushed the refactor-for-release branch from 2037b9e to 1a27a6c Compare June 24, 2017 20:08
@BenEmdon
Copy link
Owner Author

Will push interface builder support into the backlog.

@BenEmdon BenEmdon merged commit 7a7a5b4 into master Jun 24, 2017
@BenEmdon BenEmdon deleted the refactor-for-release branch July 4, 2017 16:59
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.

Reduce project to only be UICollectionViewFlowLayout
1 participant