You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/PagerTabStripViewController.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,7 @@ open class PagerTabStripViewController: UIViewController, UIScrollViewDelegate {
381
381
guard !viewControllers.isEmpty else{
382
382
fatalError("viewControllers(for:) should provide at least one child view controller")
383
383
}
384
-
viewControllers.forEach{if !($0 is IndicatorInfoProvider){fatalError("Every view controller provided by PagerTabStripDataSource's viewControllers(for:) method must conform to InfoProvider")}}
384
+
viewControllers.forEach{if !($0 is IndicatorInfoProvider){fatalError("Every view controller provided by PagerTabStripDataSource's viewControllers(for:) method must conform to IndicatorInfoProvider")}}
0 commit comments