removing and spacing

This commit is contained in:
Kevin G Christiano 2020-07-28 11:30:45 -04:00
parent 33e1a159f8
commit e18878ce96
2 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ open class ScrollingViewController: ViewController {
}
open func rectToScrollToWhenKeyboardPopsUp() -> CGRect? {
guard let field = selectedField,
let parent = selectedField?.superview
else { return nil }

View File

@ -8,6 +8,7 @@
import UIKit
@objc open class ViewController: UIViewController, MVMCoreViewControllerProtocol, MVMCoreViewManagerViewControllerProtocol, MoleculeDelegateProtocol, FormHolderProtocol, MVMCoreActionDelegateProtocol, MVMCoreLoadDelegateProtocol, UITextFieldDelegate, UITextViewDelegate, ObservingTextFieldDelegate, MVMCoreUIDetailViewProtocol {
//--------------------------------------------------
// MARK: - Properties