Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 4 swipeable #1249

Closed
wants to merge 12 commits into from
Closed

Swift 4 swipeable #1249

wants to merge 12 commits into from

Commits on Jun 7, 2017

  1. Swift 4 migration

    Mauricio Cousillas committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    a0b7c1b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. SwipeAction Support for iOS11

    And a gracefull fallback to the old iOS7 behaviour which allows swipe actions only on the right.
    Marco Betschart committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    806ba34 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Merge remote-tracking branch 'upstream/feature/Xcode9-Swift4' into sw…

    …ift-4-swipeable
    Marco Betschart committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    2f43a69 View commit details
    Browse the repository at this point in the history
  2. Readded containsMultivaluedSection

    If there are any multivalued sections within the form, Eureka automatically enables editingMode to allow swipe actions to be handled correctly. You have to disable editing manually if you do not want this behaviour in forms containing multivalued sections.
    Marco Betschart committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    76617fc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Merge pull request #10 from xmartlabs/master

    Updates from upstream
    Marco Betschart committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    0e3babc View commit details
    Browse the repository at this point in the history
  2. Made var section open

    In order to allow it to be overwritten by a row which subclasses it. This is needed for the new custom row `SplitRow`. `SplitRow` enables to put two Eureka rows side by side into one UITableViewCell.
    Marco Betschart committed Dec 2, 2017
    1 Configuration menu
    Copy the full SHA
    be4c01d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Merge pull request #11 from Mandelkind/SplitRow

    Made var section open
    Marco Betschart committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    ffed289 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'SplitRowSwipeable' into swift-4-swipeable

    Marco Betschart committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    72a3951 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Fixed issues based upon feedback from xmartlabs

    Marco Betschart committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    017d4a3 View commit details
    Browse the repository at this point in the history
  2. Fixed spacing

    Marco Betschart committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    4ea0ef5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Implemented feedback of @mtnbarreto

    As described in #1249
    Marco Betschart committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    8c76499 View commit details
    Browse the repository at this point in the history
  2. Added feature documentation to readme

    Marco Betschart committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    1da1d35 View commit details
    Browse the repository at this point in the history