UILabel UITextField UITextView
UILabel: “The UILabel class implements a read-only text view.” UITextField: “A UITextField object is a control that displays editable text and sends an action message to a target object when the user presses the return button.” UITextView: “The UITextView class implements the behavior for a scrollable, multiline text region.” So: labels are read-only textfields are … Read more