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: tomvanzummeren/TZStackView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: andi357/TZStackView
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.
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 25, 2015

  1. Fix Xcodeproj so iOS deployment target is inherited from the project …

    …settings, & update the deployment target to the lowest supported by the code.
    fbartho committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    69114b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e7dc82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b5f3b View commit details
    Browse the repository at this point in the history
  4. Update TZStackViewAlignment to match UIStackViewAlignment from Apple.…

    … -- The enum values were in the wrong order, some were concrete values rather than aliases.
    fbartho committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    13801f4 View commit details
    Browse the repository at this point in the history
  5. Since other code already uses iOS 8.x-only features, switch from dire…

    …ct adding of NSLayoutConstraints to NSLayoutConstraint.activateConstraints.
    fbartho committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    ae2b180 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2015

  1. Re-enabled iOS 7 support

    Andreas Goese committed Nov 27, 2015
    Configuration menu
    Copy the full SHA
    6024a81 View commit details
    Browse the repository at this point in the history
Loading