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

[ASDataController] Clean up #443

Merged
merged 3 commits into from
Jul 17, 2017

Commits on Jul 14, 2017

  1. Clean up ASDataController

    - Parameters passed to ASDataControllerCompletionBlock are no longer used. Remove them.
    - The value returned by _allocateNodesFromElements:andLayout:completion is not used. Remove it.
    - Elements are not allocated and measured in batches anymore. Remove the code that does batch allocation.
    - Remove RETURN_IF_NO_DATASOURCE. It's used only once and is not worth it.
    nguyenhuy committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    5d57355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef474ed View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    nguyenhuy committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    276ed3c View commit details
    Browse the repository at this point in the history