allow access to primary stackview
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
72046c299c
commit
79ce6dd592
@ -150,7 +150,7 @@ public class BaseViewController<Component: UIView>: UIViewController, Initable ,
|
||||
|
||||
public var formStackView = FormSection()
|
||||
|
||||
lazy var stackView = UIStackView().with {
|
||||
public lazy var stackView = UIStackView().with {
|
||||
$0.axis = .vertical
|
||||
$0.distribution = .fill
|
||||
$0.alignment = .fill
|
||||
|
||||
Loading…
Reference in New Issue
Block a user