We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bcc9a commit 0fb6e8cCopy full SHA for 0fb6e8c
Sources/PagerTabStripViewController.swift
@@ -140,6 +140,7 @@ public class PagerTabStripViewController: UIViewController, UIScrollViewDelegate
140
containerView.setContentOffset(CGPointMake(pageOffsetForChildIndex(index: index), 0), animated: true)
141
}
142
else {
143
+ (navigationController?.view ?? view).userInteractionEnabled = false
144
containerView.setContentOffset(CGPointMake(pageOffsetForChildIndex(index: index), 0), animated: animated)
145
146
0 commit comments