Merge branch 'bugfix/previousScreenSize' into 'develop'
Changed access specifier for previousScreenSize See merge request BPHV_MIPS/mvm_core_ui!649
This commit is contained in:
commit
69e87773f3
@ -43,7 +43,7 @@ import UIKit
|
|||||||
public var needsUpdateUI = false
|
public var needsUpdateUI = false
|
||||||
private var observingForResponses = false
|
private var observingForResponses = false
|
||||||
private var initialLoadFinished = false
|
private var initialLoadFinished = false
|
||||||
private var previousScreenSize = CGSize.zero
|
public var previousScreenSize = CGSize.zero
|
||||||
|
|
||||||
public var selectedField: UIView?
|
public var selectedField: UIView?
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user