Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 290 Bytes

File metadata and controls

8 lines (6 loc) · 290 Bytes

Text element - iOS

On iOS, you should use UILabel or UITextView or an equivalent element to display text.

let label = UILabel()
label.text = "Appt"