updated name
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
dccd42cb5e
commit
4a53d6195a
@ -20,7 +20,7 @@ struct User {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class TextFieldBindingCell: UIControl {
|
class UserNameView: UIControl {
|
||||||
|
|
||||||
private let firstNameTextField = TextField()
|
private let firstNameTextField = TextField()
|
||||||
private let lastNameTextField = TextField()
|
private let lastNameTextField = TextField()
|
||||||
@ -98,7 +98,7 @@ class TextFieldBindingCell: UIControl {
|
|||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
view.backgroundColor = .white
|
view.backgroundColor = .white
|
||||||
|
|
||||||
let nameTextField = TextFieldBindingCell(user: user)
|
let nameTextField = UserNameView(user: user)
|
||||||
let button = UIButton()
|
let button = UIButton()
|
||||||
|
|
||||||
button.translatesAutoresizingMaskIntoConstraints = false
|
button.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user