FxScrollingService

public class FxScrollingService: FxViewScrolling

Manages the scrollview and adjusts the content area for keyboard show/hide events.

  • Undocumented

    Declaration

    Swift

    public weak var scrollView: UIScrollView?
  • Undocumented

    Declaration

    Swift

    public var extraPadding: CGFloat = 50.0
  • Undocumented

    Declaration

    Swift

    public init (scrollView: UIScrollView)
  • Undocumented

    Declaration

    Swift

    public func scrollIntoView(_ view: UIView)