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

Commits on Aug 28, 2019

  1. Fixed main thread issues and added fittingWidth default

    Fixed
    1. cellHeight: UITableView.rowHeight is called from main thread
    2. cellNib: UITableView.register is called from main thread
    3. fittingWidth defaults to 210 when nib cannot be instantiated
    tbechtum committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    775b4af View commit details
    Browse the repository at this point in the history
  2. README update

    README information updated
    tbechtum committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    25c9a4d View commit details
    Browse the repository at this point in the history
  3. README update

    Fixed issue in README
    tbechtum committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    9beca11 View commit details
    Browse the repository at this point in the history
  4. Update README

    Version info
    tbechtum committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    105fbcf View commit details
    Browse the repository at this point in the history
  5. README updated

    Removed logo
    tbechtum committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    d967817 View commit details
    Browse the repository at this point in the history
  6. Pod specification update

    Updated info in pod specification
    tbechtum committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    77cc787 View commit details
    Browse the repository at this point in the history
  7. deselectRow main thread

    deselectRow runs in main thread now
    tbechtum committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    f7b863e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Xcode demo updated

    Fixed layout issues and launch screen setup
    tbechtum committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    9940cd9 View commit details
    Browse the repository at this point in the history
  2. Demo app corrections

    Corrected app name
    tbechtum committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    2040752 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Improved stabililty of cell configure method

    Improved stabililty of configureCell method
    tbechtum committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    518be16 View commit details
    Browse the repository at this point in the history
  2. Cleanup configureCell changes

    Cleanup configureCell changes
    tbechtum committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    6127cea View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Fix selectionAction

    didSelectRowAt launches selectionAction: you receive again the closure callback to customize your selction action.
    tbechtum committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    e57c4fd View commit details
    Browse the repository at this point in the history
  2. Commented selectionAction fixture

    Comment for if let rowAction = self.selectionAction { while important.
    tbechtum committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    0945394 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    d71877e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6daa63a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Xcode 12 update

    iOS 9.0 and later is required now.
    tbechtum committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    3eb8966 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Updated specification

    Updated podspec
    tbechtum committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    156d5f7 View commit details
    Browse the repository at this point in the history
Loading