2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Swift】UILabel, UITextField, UITextViewの違い

Last updated at Posted at 2021-02-19

#はじめに
この記事では、UILabel, UITextField, UITextViewのそれぞれの違いについて簡単にまとめました。
⚠️当方初学のため認識違いがある可能性大です
誤りを見つけた際はコメントにて指摘していただけると幸いです🙇‍♀️🙇‍♂️

#UILabel, UITextField, UITextViewのそれぞれの違い

###UILabel

  • 主に読み取り専用。

###UITextField

  • テキストが長すぎて一度に表示できない場合に、水平方向の文字シーク(実際にはスクロールではない)を提供。通常、短いテキストを入力するために使用する。

###UITextView

  • テキストが長く一度に表示できない場合、垂直スクロールを提供。
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?