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: shusta/ReorderingTableViewController
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: catch/ReorderingTableViewController
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.
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 1, 2013

  1. Be a UITableView, not a UITableViewController.

    Jeff Meininger committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    563aa29 View commit details
    Browse the repository at this point in the history
  2. Renamed files.

    Jeff Meininger committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    bd1fe4b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2013

  1. Use the table view subclass.

    Jeff Meininger committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    dcf5acc View commit details
    Browse the repository at this point in the history
  2. Make it possible for the view controller to establish gestures in vie…

    …wDidLoad.
    Jeff Meininger committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    efc7514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec241b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2013

  1. Apply jogloran's manual merge of timothyarmes fork.

    Jeff Meininger committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    9e384d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2013

  1. Make dragDelegate responsible for cell-cloning.

    Jeff Meininger committed Feb 7, 2013
    Configuration menu
    Copy the full SHA
    b744e9e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2013

  1. Change interface to ensure that scrolling works.

    Jeff Meininger committed Feb 11, 2013
    Configuration menu
    Copy the full SHA
    5d575e8 View commit details
    Browse the repository at this point in the history
  2. Respect contentInset while dragging a cell.

    Jeff Meininger committed Feb 11, 2013
    Configuration menu
    Copy the full SHA
    e5a7c7d View commit details
    Browse the repository at this point in the history
Loading