This commit is contained in:
Pfeil, Scott Robert 2020-04-15 11:29:32 -04:00
parent c009ef64a3
commit dcd6257f95

View File

@ -236,10 +236,13 @@ import UIKit
}
// MARK: - View lifecycle
/// Called only once in viewDidLoad
open func initialLoad() {
observeForResponseJSONUpdates()
}
/// Called on screen size update.
open func updateViews() {
_ = formValidator?.validate()
}
@ -265,8 +268,7 @@ import UIKit
initialLoad()
}
// Handle data for first load. Dispatched to allow subclasses to finish their view did load implementations.
self.handleNewDataAndUpdateUI()
handleNewDataAndUpdateUI()
}
open override func viewDidLayoutSubviews() {