fixed bug in init()
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
9f58543276
commit
2271b6ef8c
@ -39,6 +39,7 @@ public class ModelViewController<ModelType: Modelable>: UIViewController, ModelH
|
|||||||
required public init() {
|
required public init() {
|
||||||
super.init(nibName: nil, bundle: nil)
|
super.init(nibName: nil, bundle: nil)
|
||||||
initialSetup()
|
initialSetup()
|
||||||
|
set(with: model)
|
||||||
}
|
}
|
||||||
|
|
||||||
public required init(with model: ModelType) {
|
public required init(with model: ModelType) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user