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: Playground/RxSwiftExtPlayground.playground/Pages/UIScrollView.reachedBottom.xcplaygroundpage/Contents.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import UIKit
18
18
/*:
19
19
## reachedBottom
20
20
21
-
The `reachedBottom` operator provides a sequence that emits every time the `UIScrollView` is scrolled to the bottom.
21
+
`reachedBottom` provides a sequence that emits every time the `UIScrollView` is scrolled to the bottom, with an optional offset.
22
22
23
23
Please open the Assistant Editor (⌘⌥⏎) to see the Interactive Live View example.
0 commit comments