Initially hide fields stack view

This commit is contained in:
Justin Mazzocchi 2021-02-10 18:11:21 -08:00
parent 78355a8afc
commit 3bdffb8b12
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C

View file

@ -338,6 +338,7 @@ private extension AccountHeaderView {
fieldsStackView.layer.borderColor = UIColor.separator.cgColor
fieldsStackView.layer.borderWidth = .hairline
fieldsStackView.layer.cornerRadius = .defaultCornerRadius
fieldsStackView.isHidden = true
baseStackView.addArrangedSubview(noteTextView)
noteTextView.delegate = self