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

Commits on Nov 26, 2013

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

Commits on Apr 15, 2014

  1. Merge branch 'master' of https://github.com/CEWendel/SWTableViewCell

    Conflicts:
    	SWTableViewCell/PodFiles/SWTableViewCell.h
    gsempe committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    5a47b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c692a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2014

  1. Fix a double call to tableView:didSelectRowAtIndexPath:

    On long press gesture generate two call of tableView:didSelectRowAtIndexPath: was done by the library one from long press gesture and one from the tap gesture
    gsempe committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    94017ec View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Remove buggy gestures on the cellScrollView and use touches events to…

    … forward them to the UITableViewCell
    gsempe committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    35baa7c View commit details
    Browse the repository at this point in the history
Loading