UILabel UITextField UITextView

后端 未结 5 1974
天涯浪人
天涯浪人 2020-12-12 14:36

What\'s the fundamental difference between them?

Is a UITextField that\'s not editable is effectively a UILabel?

Are those essentia

5条回答
  •  借酒劲吻你
    2020-12-12 15:32

    • UILabel - used for static text rendering,
    • UITextField - is an input field,
    • UITextView - is a multiline input field

提交回复
热议问题