Text element - iOS
On iOS, you should use UILabel
or UITextView
or an equivalent element to display text.
let label = UILabel()
label.text = "Appt"
On iOS, you should use UILabel
or UITextView
or an equivalent element to display text.
let label = UILabel()
label.text = "Appt"