KI
Size: a a a
KI
KI
KI
VG
dateBirthdayTextField: UITextField = {
let text = UITextField()
text.layer.cornerRadius = 5
text.layer.borderWidth = 0.1
text.layer.borderColor = UIColor.black.cgColor
text.placeholder = "Choose a date"
text.translatesAutoresizingMaskIntoConstraints =
false
return text
}()
VG
Е
VG
VG
Е
VG
S
VG
VG
ВК