Skip to content

Instantly share code, notes, and snippets.

View zjkuang's full-sized avatar

Zhengqian (John) Kuang zjkuang

View GitHub Profile
import ObjectiveC
import UIKit
// MARK: - AutoScrollView
/**
A scroll view that automatically scrolls to first responders when the keyboard is shown.
Supports the `focusView` and `focusPadding` properties of the first responder if it conforms to `KeyboardAdjustingResponder`
Vertical scrolling support only.
*/