안녕하세요 :) Zedd입니다.제목이 넘나 구구절절한 느낌이 있는데...정말 말 그대로 Delegate를 이용해서 ViewController간 데이터를 전달해볼거에요.보통 ViewController간의 데이터전달은 prepare에서 아니면 뭐 IBAction안이라던가.. override func prepare(for segue: UIStoryboardSegue, sender: Any?) { if segue.identifier == "segue name"{ let PlaySoundVC = segue.destination as! PlaySoundsViewController PlaySoundVC.recordedAudioURL = recordedAudioURL } }이런식으로 데이터를 전달하는 것을 볼 수 있습..
DataSource VS Delegate DataSource는 데이터를 받아 뷰를 그려주는 역할을 한다고 생각하면 됩니다. 너는 뭘 어떻게 보여줄거냐? 그것을 해주는것이 DataSource.TableView를 예로 들자면, DataSource메소드로는, func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: IndexPath) -> UITableViewCell // return a cell ie UITableViewCell func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int // return a number ie an Int func ta..
- 스위프트
- WidgetKit
- UIBezierPath
- swift3
- 스위프트 문법
- Swift
- Combine
- iOS delegate
- Xcode
- actor
- 회고
- swift sort
- IOS
- np-hard
- WWDC
- FLUTTER
- 제이슨 파싱
- fastlane
- Accessibility
- swift tutorial
- swift delegate
- swift 공부
- swift array
- SwiftUI
- Git
- 피아노
- github
- np-complete
- WKWebView
- ios 13
- Total
- Today
- Yesterday