Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIView #9

Closed
MoSonLee opened this issue Aug 16, 2022 · 0 comments
Closed

UIView #9

MoSonLee opened this issue Aug 16, 2022 · 0 comments

Comments

@MoSonLee
Copy link
Owner

MoSonLee commented Aug 16, 2022

  • 정확히 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant