updated name

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-18 15:16:29 -05:00
parent dccd42cb5e
commit 4a53d6195a

View File

@ -20,7 +20,7 @@ struct User {
}
}
class TextFieldBindingCell: UIControl {
class UserNameView: UIControl {
private let firstNameTextField = TextField()
private let lastNameTextField = TextField()
@ -98,7 +98,7 @@ class TextFieldBindingCell: UIControl {
super.viewDidLoad()
view.backgroundColor = .white
let nameTextField = TextFieldBindingCell(user: user)
let nameTextField = UserNameView(user: user)
let button = UIButton()
button.translatesAutoresizingMaskIntoConstraints = false