0
0

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.

[iOS初学者向け]UIViewとは

Posted at

UIViewとは

iOSアプリにおいて、長方形の画面全体を管理するユーザーインターフェースのことです。
他のビューオブジェクトを、この範囲内でレンダリングします。

ドキュメント曰く使い方としては、インスタンス化して固定の背景色を表示させたり、継承させたサブクラスでカスタムさせたビューを作成するようです。

役割

  • UIKitなどのフレームワークを用いて、ビューオブジェクトを描画

  • サブビュー達のサイズを調整
    サブビューの親ビューは一つだけです。

  • 継承元にUIResponderがあるため、イベント処理ができる

参考

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?