Skip to content
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: CSStickyHeaderFlowLayout/CSStickyHeaderFlowLayout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CSStickyHeaderFlowLayout/CSStickyHeaderFlowLayout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: swift
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 75 files changed
  • 2 contributors

Commits on Sep 14, 2016

  1. Transition to swift

    chrene committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    6beaa1c View commit details
    Browse the repository at this point in the history
  2. Fix render issues

    chrene committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    d28c3f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. fix ios 10 crash

    chrene committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    ddea141 View commit details
    Browse the repository at this point in the history
  2. Remove unused functions

    chrene committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    b56fdac View commit details
    Browse the repository at this point in the history
  3. Merge lines

    chrene committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2bceae2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Rename for more clearly.

    Calvin-Huang committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    9046db8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f89dae View commit details
    Browse the repository at this point in the history
  3. Attribute needs to change frame and if attributes is nil, frame will …

    …be .zero then assign to nil.
    
    So attribute must be not nil that we can change attribute's frame.
    Calvin-Huang committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    de6fb95 View commit details
    Browse the repository at this point in the history
  4. Flatten "if".

    Calvin-Huang committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    40f54d2 View commit details
    Browse the repository at this point in the history
  5. Use guard to unwrap.

    Calvin-Huang committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    1febfba View commit details
    Browse the repository at this point in the history
  6. Use guard to unwrap.

    Calvin-Huang committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    cfc5fc4 View commit details
    Browse the repository at this point in the history
  7. - Rename updateHeaderAttributes to getAdjustedHeaderAttributesForLast…

    …Cell for distinguishing usage.
    
    - Dictionary might be nil, unwrap lastCells before get adjusted attribute then getAdjustedHeaderAttributesForLastCell.
    Calvin-Huang committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    5dffd29 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Merge pull request #150 from Calvin-Huang/feature/improve_swift

    Feature/improve swift
    chrene authored Sep 25, 2016
    Configuration menu
    Copy the full SHA
    3316a0e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Set iOS minimum version to 8.0

    chrene committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    26b1496 View commit details
    Browse the repository at this point in the history
Loading