Changed access specifier for previousScreenSize
This commit is contained in:
parent
3fcdd23081
commit
d080bdb2a7
@ -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