Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erichoracek/MSCollectionViewCalendarLayout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iworkinprogress/MSCollectionViewCalendarLayout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 2, 2015

  1. Don't generate all layout attributes for EVERY section when displayin…

    …g horizontal schedule. Generate layout attributes for only VISIBLE sections.
    iworkinprogress committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    d59e359 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. Add method to refresh cells within a Horizontal calendar without refr…

    …eshing all cached layouts for supplementary & decoration views.
    iworkinprogress committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    e4907fb View commit details
    Browse the repository at this point in the history
  2. Call reloadData before calling populateHorizontalItemAttributes so th…

    …at the numberOfItemsInSection: will be updated.
    iworkinprogress committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    8aa4d4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778e6e2 View commit details
    Browse the repository at this point in the history
  4. Undo some hacks I did to test performance.

    Add itemAttributes back to after removing them
    iworkinprogress committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    c22b821 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2015

  1. Don't try and lay out horizontal and vertical grid lines, use a tilin…

    …g PNG instead. When the collection view has thousands of sections laying these gridlines out can really hurt performance.
    Steven Baughman committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    73f0146 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2015

  1. Configuration menu
    Copy the full SHA
    bd846b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8510af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cc4858 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c514652 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Allow for reloading of only a sections item attributes to improve lan…

    …dscape performance while loading drive times
    iworkinprogress committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    040fbf1 View commit details
    Browse the repository at this point in the history
Loading