Merge branch 'feature/delegate_fix' into 'develop'

delegate fix

See merge request BPHV_MIPS/mvm_core_ui!434
This commit is contained in:
Pfeil, Scott Robert 2020-05-12 16:48:38 -04:00
commit b4407b4a6f

View File

@ -17,7 +17,7 @@ import UIKit
public var manager: (UIViewController & MVMCoreViewManagerProtocol)?
/// A temporary iVar backer for delegateObject() until we change the protocol
public let delegateObjectIVar: MVMCoreUIDelegateObject = {
public lazy var delegateObjectIVar: MVMCoreUIDelegateObject = {
return MVMCoreUIDelegateObject.create(withDelegateForAll: self)
}()