Skip to content

Commit

Permalink
Fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
0ber committed Jan 24, 2018
1 parent de19661 commit 521c534
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Source/ExpandingViewController/ExpandingViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,3 @@ extension ExpandingViewController: UICollectionViewDataSource, UICollectionViewD
fatalError("need emplementation in subclass")
}
}

// MARK: UIScrollViewDelegate

extension ExpandingViewController {

public func scrollViewDidEndDecelerating(_: UIScrollView) {
let indexPath = IndexPath(row: currentIndex, section: 0)
if case let currentCell as BasePageCollectionCell = collectionView?.cellForItem(at: indexPath) {
currentCell.configurationCell()
}
}
}

0 comments on commit 521c534

Please sign in to comment.