Skip to content

Commit 2f2afb6

Browse files
author
Martin Barreto
authored
Merge pull request #563 from 432daiki/fix/UIScrollViewDelegate-typo
fix UIScrollViewDelegate typo
2 parents 7647974 + 83735ac commit 2f2afb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PagerTabStripViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ open class PagerTabStripViewController: UIViewController, UIScrollViewDelegate {
299299
updateContent()
300300
}
301301

302-
// MARK: - UIScrollDelegate
302+
// MARK: - UIScrollViewDelegate
303303

304304
open func scrollViewDidScroll(_ scrollView: UIScrollView) {
305305
if containerView == scrollView {

0 commit comments

Comments
 (0)