UIScrollView

extension UIScrollView
  • Enables or disables keyboard handling.

    Declaration

    Swift

    public func setShouldHandleKeyboard(_ shouldHandleKeyboard: Bool)

    Parameters

    shouldHandleKeyboard

    A bool indicating if the keyboard should be handled.