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: senseful/TableViewCellWithAutoLayoutiOS8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smileyborg/TableViewCellWithAutoLayoutiOS8
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.
  • 14 commits
  • 56 files changed
  • 4 contributors

Commits on Oct 7, 2014

  1. Fix Xcode 6.1 GM compile issues

    Tyler Fox authored and Tyler Fox committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    f3251dd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2014

  1. Update PureLayout to latest version (v2.0.1)

    Tyler Fox authored and Tyler Fox committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    0897fe7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Fix Xcode 6.1 compile issues

    Tyler Fox authored and Tyler Fox committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    dcae588 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Make project compatible with Swift 1.2

    dautermann authored and Tyler Fox committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    945a281 View commit details
    Browse the repository at this point in the history
  2. Update PureLayout to v2.0.5

    Tyler Fox authored and Tyler Fox committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    e9cb815 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2015

  1. Minor refactoring for compatibility with Swift 1.1 and 1.2

    Fixes smileyborg#21
    - Avoid overriding any of the table view controller initializers
    - Refactor and modernize the Model class
    Tyler Fox authored and Tyler Fox committed Mar 28, 2015
    Configuration menu
    Copy the full SHA
    abe00ef View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Update with Xcode 7

    All these changes are backwards-compatible with earlier Swift versions.
    Tyler Fox authored and Tyler Fox committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    54b22c7 View commit details
    Browse the repository at this point in the history
  2. Remove semicolons

    ;)
    Tyler Fox authored and Tyler Fox committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    c1694c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2015

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

Commits on Aug 17, 2015

  1. Update PureLayout to v3.0.0

    - Remove manual integration of PureLayout source
    - Set up CocoaPods for this project (Pods are checked in to avoid
    requiring `pod install` when cloning the project)
    - Upgrade to PureLayout v3.0.0
    - Changes required for v3.0.0 of PureLayout
    smileyborg committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    4112e64 View commit details
    Browse the repository at this point in the history
  2. Add note about Swift 2.0

    smileyborg committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    1988946 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2015

  1. Update .gitignore, check in .xcworkspace

    The original .gitignore was outdated, and was preventing the workspace from being added to the repo.
    smileyborg committed Oct 4, 2015
    Configuration menu
    Copy the full SHA
    448a38a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. Configuration menu
    Copy the full SHA
    061afd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request smileyborg#40 from l800891/master

    Fix Xcode 7.3 selector error and swift warnings
    smileyborg committed May 15, 2016
    Configuration menu
    Copy the full SHA
    f9438f8 View commit details
    Browse the repository at this point in the history
Loading