Skip to content

Commit

Permalink
Merge pull request #563 from 432daiki/fix/UIScrollViewDelegate-typo
Browse files Browse the repository at this point in the history
fix UIScrollViewDelegate typo
  • Loading branch information
Martin Barreto authored Apr 10, 2018
2 parents 7647974 + 83735ac commit 2f2afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PagerTabStripViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ open class PagerTabStripViewController: UIViewController, UIScrollViewDelegate {
updateContent()
}

// MARK: - UIScrollDelegate
// MARK: - UIScrollViewDelegate

open func scrollViewDidScroll(_ scrollView: UIScrollView) {
if containerView == scrollView {
Expand Down

0 comments on commit 2f2afb6

Please sign in to comment.