Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- consuming a restful web service
- sementic versioning
- Identity
- xml delegate
- WWDC21
- 씨샵언어
- developer
- Demystify SwiftUI
- Lazy
- github
- schemes
- Explict Identity
- Spring
- ios login
- backend
- native개발
- swift
- view
- Beginner Developer
- 모바일개발
- 개발자
- Domain-driven-develop
- lifecycle
- ios
- Xcode
- Your app is missing support for the following URL schemes: your_ios_client_id
- git
- Lifetime of SwiftUI
- java
- spring guide
Archives
- Today
- Total
목록controller (1)
Dev_Dylan

MVC는 개체가 각각 Model, View, Controller 3가지중 하나의 역할을 하며, 서로 통신 하는 방식을 정의한다. 모델-뷰-컨트롤러 뷰컨트롤러에서의 View와 Controller의 역할을 모두한다. View 가 Model을 알면 안된다? 기본적인 MVC 구조 Action의 흐름 User 의 Action 입력 (User → View) Action을 Controller가 인지 (View → Controller) Controller가 사용자의 Action을 토대로 Model의 데이터를 조작(변경) (Controller → Model) Model이 변경됨에 따라 View를 update (Model → Controller → View Update) Model 특정 데이터를 캡슐화 데이터 조작 및 처..
iOS/iOS_Swift
2023. 12. 8. 14:50