UIScrollView

public extension UIScrollView
  • Scrolls to a specific view

    Declaration

    Swift

    @objc(scrollToView:animated:)
    func scroll(to view: UIView, animated: Bool)

ScrollView Bouncing Helpers

  • Undocumented

    See more

    Declaration

    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 }