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: EMPageViewController/EMPageViewController.swift
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -127,10 +127,10 @@ open class EMPageViewController: UIViewController, UIScrollViewDelegate {
127
127
/// If the data source is `nil`, gesture based scrolling will be disabled and all view controllers must be provided through `selectViewController:direction:animated:completion:`.
128
128
///
129
129
/// - important: If you are using a data source, make sure you set `dataSource` before calling `selectViewController:direction:animated:completion:`.
130
-
open weak vardataSource:EMPageViewControllerDataSource?
@@ -196,7 +196,7 @@ open class EMPageViewController: UIViewController, UIScrollViewDelegate {
196
196
- parameter direction: The direction of the navigation and animation, if applicable.
197
197
- parameter completion: A block that's called after the transition is finished. The block parameter `transitionSuccessful` is `true` if the transition to the selected view controller was completed successfully.
0 commit comments