UIScrollView
public extension UIScrollView
-
Scrolls to a specific view
Declaration
Swift
@objc(scrollToView:animated:) func scroll(to view: UIView, animated: Bool)
-
Undocumented
See moreDeclaration
Swift
@objc enum ScrollingDirection : UInt -
Undocumented
Declaration
Swift
var isBouncing: Bool { get } -
Undocumented
Declaration
Swift
@objc var isBouncingVertical: Bool { get } -
Undocumented
Declaration
Swift
var isBouncingTop: Bool { get } -
Undocumented
Declaration
Swift
var isBouncingLeft: Bool { get } -
Undocumented
Declaration
Swift
var isBouncingBottom: Bool { get } -
Undocumented
Declaration
Swift
var isBouncingRight: Bool { get }
View on GitHub
UIScrollView Extension Reference