fixed bug in init()

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-23 10:08:05 -05:00
parent 9f58543276
commit 2271b6ef8c

View File

@ -39,6 +39,7 @@ public class ModelViewController<ModelType: Modelable>: UIViewController, ModelH
required public init() {
super.init(nibName: nil, bundle: nil)
initialSetup()
set(with: model)
}
public required init(with model: ModelType) {