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
- pubspec
- Extentsion
- IOS
- Leetcode
- it
- UIAccessibility
- algorithm
- xcode
- basic
- reetcode
- COMMIT
- keyWindow
- pubspec.yaml
- designPattern
- protocol
- toyproject
- listview
- Equatable
- dart
- swiftlint
- Swift
- flutter
- ToDoRim
- Widget
- SwiftGen
- GIT
- OSLog
- enumerations
- tip
- github
Archives
- Today
- Total
목록MVC (1)
수니의 개발새발
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bCgU8r/btsHqlJicxl/XLBTPqV3V8ik41OAKhTWu1/img.png)
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