Skip to content

UIView #9

Closed
Closed
@MoSonLee

Description

@MoSonLee
  • 정확히 UIView는 무엇일까?
  • 공식 문서를 확인해보자! https://developer.apple.com/documentation/uikit/uiview
  • 말 그대로 View 우리에게 보여지는 것이다!
  • 목적에 따라 Label, Image, Text, Button, Color 등 다양한 종류로 존재한다.!
  • UIKit관련 이슈에서도 한번 말했지만 UIKit -> UIView -> UILabel, UIButton, UIImageView 이렇게 위에서 상속받아 온다고 생각하면 된다.
  • ViewController 위에 View객체가 쌓이는 형태로 구성된다.
  • 어플의 화면을 봤을 때 Scene, Logic으로 이루어져있다고 생각하면 된다.
  • Scene -> View, Gesture, ViewController
  • Logic -> 기능 구현을 위해 작성한 code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions