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