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-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ open class EMPageViewController: UIViewController, UIScrollViewDelegate {
192
192
193
193
- important: If you are using a data source, make sure you set `dataSource` before calling `selectViewController:direction:animated:completion:`
194
194
195
-
- parameter selectViewController: The view controller to be selected.
195
+
- parameter viewController: The view controller to be selected.
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.
198
198
*/
@@ -219,6 +219,7 @@ open class EMPageViewController: UIViewController, UIScrollViewDelegate {
219
219
- parameter animated: A Boolean whether or not to animate the transition
220
220
- 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. If `false`, the transition returned to the view controller it started from.
@@ -250,6 +251,7 @@ open class EMPageViewController: UIViewController, UIScrollViewDelegate {
250
251
- parameter animated: A Boolean whether or not to animate the transition
251
252
- 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. If `false`, the transition returned to the view controller it started from.
0 commit comments