250x250
반응형
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 |
Tags
- listview
- OSLog
- basic
- GIT
- designPattern
- Equatable
- it
- algorithm
- dart
- reetcode
- keyWindow
- UIAccessibility
- pubspec.yaml
- enumerations
- github
- protocol
- xcode
- Widget
- ToDoRim
- toyproject
- swiftlint
- Extentsion
- flutter
- IOS
- pubspec
- tip
- Swift
- COMMIT
- Leetcode
- SwiftGen
Archives
- Today
- Total
목록MVC (1)
수니의 개발새발
[iOS/Swift] MVC 디자인 패턴의 이해
MVC 패턴의 이해Model- 앱의 Data + Status + Logic 을 담당 View- 사용자에게 보여지는 User Interface를 구성 Controller- Model과 View 사이의 중재자 역할- 사용자가 View를 통해 Interaction하면 Controller가 이를 Control Apple의 MVC- View와 Controller를 ViewController 하나로 취급한다. Swift 관점의 MVC 흐름Controller to View/Model- View에 대해서 outlet을 이용해 View에게 직접 접근할 수 있다.- Model에 직접 접근할 수 있다. View to Controller- target-Action 구조로 사용자의 행위에 따라 필요한 함수를 호출 할 수 있다..
iOS - Swift
2024. 5. 16. 16:55