removing and spacing
This commit is contained in:
parent
33e1a159f8
commit
e18878ce96
@ -108,6 +108,7 @@ open class ScrollingViewController: ViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
open func rectToScrollToWhenKeyboardPopsUp() -> CGRect? {
|
open func rectToScrollToWhenKeyboardPopsUp() -> CGRect? {
|
||||||
|
|
||||||
guard let field = selectedField,
|
guard let field = selectedField,
|
||||||
let parent = selectedField?.superview
|
let parent = selectedField?.superview
|
||||||
else { return nil }
|
else { return nil }
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
|
||||||
@objc open class ViewController: UIViewController, MVMCoreViewControllerProtocol, MVMCoreViewManagerViewControllerProtocol, MoleculeDelegateProtocol, FormHolderProtocol, MVMCoreActionDelegateProtocol, MVMCoreLoadDelegateProtocol, UITextFieldDelegate, UITextViewDelegate, ObservingTextFieldDelegate, MVMCoreUIDetailViewProtocol {
|
@objc open class ViewController: UIViewController, MVMCoreViewControllerProtocol, MVMCoreViewManagerViewControllerProtocol, MoleculeDelegateProtocol, FormHolderProtocol, MVMCoreActionDelegateProtocol, MVMCoreLoadDelegateProtocol, UITextFieldDelegate, UITextViewDelegate, ObservingTextFieldDelegate, MVMCoreUIDetailViewProtocol {
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Properties
|
// MARK: - Properties
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user