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: xxycode/FDStackView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: forkingdog/FDStackView
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.
  • 17 commits
  • 8 files changed
  • 5 contributors

Commits on Oct 28, 2015

  1. Configuration menu
    Copy the full SHA
    352da4c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. add podspec.

    wtlucky committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    f92c41e View commit details
    Browse the repository at this point in the history
  2. edit podspec file.

    wtlucky committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    1c1eda7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    add pod use methods.
    wtlucky committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    4f00feb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Configuration menu
    Copy the full SHA
    e271851 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. 从StackView中删除添加的subView

    我在TableViewCell中使用StackView 重用时会出现重复添加view的问题,发现在addArrangedSubView 或
    insertArrangedSubview:atIndex: 中 调用了 [self addSubview:view] 或 [self
    insertSubview:view atIndex:stackIndex] 但并没有在removeArrangedSubview:
    中删除添加的view
    sdaheng committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    aefb40b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Merge pull request forkingdog#23 from sdaheng/master

    从StackView中删除添加的subView
    sunnyxx committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    f4ac41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf50ed View commit details
    Browse the repository at this point in the history
  3. merge conflicts.

    wtlucky committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    4f406cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d7141e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86924f0 View commit details
    Browse the repository at this point in the history
  6. modify README.

    wtlucky committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    17cae9e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. change some code style.

    wtlucky committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    db8843e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. resetEquallyEffect 方法中size1或size2做除数时候在iOS8下崩溃 (forkingdog#34)

    * 修复当size1或size2 等于0  做除数的时候,在iOS8引起的崩溃
    
    * 修复当size1或size2 等于0  做除数的时候,在iOS8引起的崩溃
    zxm9988 authored and wtlucky committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    6b90ac7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Configuration menu
    Copy the full SHA
    0072d2c View commit details
    Browse the repository at this point in the history
  2. update README

    wtlucky committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    e64932a View commit details
    Browse the repository at this point in the history
  3. update podspec to 1.0.1

    wtlucky committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    d507a47 View commit details
    Browse the repository at this point in the history
Loading