This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
*/ |