We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8e8ed commit 3a70c10Copy full SHA for 3a70c10
Chausie/PageViewController.swift
@@ -25,7 +25,7 @@ public final class PageViewController: UIViewController {
25
26
/// The visible view controllers
27
public var visibleViewControllers: [Child] {
28
- return Set([visibleIndices.backword, visibleIndices.backword]).map { viewControllers[$0] }
+ return Set([visibleIndices.backword, visibleIndices.forward]).map { viewControllers[$0] }
29
}
30
31
/// The view controllers displayed by the page view controller.
0 commit comments