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 | 31 |
Tags
- rxswift
- Human interface guide
- uitableview
- combine
- Observable
- ios
- Protocol
- 리펙토링
- Refactoring
- Xcode
- 애니메이션
- 리펙터링
- clean architecture
- tableView
- UITextView
- HIG
- swiftUI
- MVVM
- map
- swift documentation
- ribs
- SWIFT
- 스위프트
- 리팩토링
- RxCocoa
- 클린 코드
- UICollectionView
- uiscrollview
- Clean Code
- collectionview
Archives
- Today
- Total
목록화면 간 데이터 전달 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 화면 간 데이터 전달, 데이터 넘기기 (modal, pageSheet, navigation에서 delegate를 이용한 방법)
.pageSheet에서의 viewWillAppear 동작 안하는 것 주의 A가 밑에 있고 B가 위에 존재할때 modalPresentationStyle = .pageSheet 방법은 B가 dismiss시에 A는 viewWillAppear호출이 안되는 것 주의 @objc private func didTapButton(_ sender: Any) { let secondViewController = SecondViewController() secondViewController.modalPresentationStyle = .pageSheet present(secondViewController, animated: true, completion: nil) } .fullScreen 방식은 B가 dismiss된 경우, A..
iOS 응용 (swift)
2021. 9. 7. 23:50