-
반응형
Audio Recorder 프로젝트를 시작 하면서 참고했던 사이트를 정리한다.
1. 거의 완벽에 가까운 recorder tutorial ..
blckbirds.com/post/voice-recorder-app-in-swiftui-1/
Voice Recorder app in SwiftUI - #1 Implementing the Audio Recorder | BLCKBIRDS
Welcome to a new SwiftUI tutorial. In this article, we will create our own dictation app. We will learn how to record audios, how to save audio files and how to play them. In this part, we’ll implement the recorder itself and learn how to save and fetch
blckbirds.com
2. Combine을 이용해서 network call을 순차적으로 하는것에 관한 튜토리얼
www.vadimbulavin.com/modern-networking-in-swift-5-with-urlsession-combine-framework-and-codable/
Modern Networking in Swift 5 with URLSession, Combine and Codable
Making HTTP requests is one of first things to learn when starting iOS and macOS development with Swift 5. In this article we'll build modern networking layer with Swift 5 APIs: URLSession, the Combine framework and Codable. We'll discuss why such librarie
www.vadimbulavin.com
추가로 Combine Framework 개요
www.vadimbulavin.com/swift-combine-framework-tutorial-getting-started/
Swift Combine Framework Tutorial: Getting Started
Get started with the Swift Combine framework in this tutorial. Let's study what are Combine publisher, subscriber, operators, subject and publisher-subscriber life cycle; and implement several examples with the Combine framework in Swift 5.
www.vadimbulavin.com
3. Alamofire 설명
velog.io/@wimes/Alamofire-%EB%B6%84%EC%84%9D
Alamofire 분석
가장 간단한 url 호출입니다.Alamofire.request()는 아래와 같이 정의되어 있습니다.위의 request 는 요청 마다 RequestInterceptor들 과 Encodable를 만족하는 Parameter 를 허용합니다.또한 메소드 및 헤더와 같은
velog.io
반응형'개발' 카테고리의 다른 글
Swift Code snippet (0) 2020.11.06 SwiftUI Code snippet - 내가 보려고 정리하는 코드 (0) 2020.11.06 [CocoaPods] symbol(s) not found for architecture arm64 에러 해결하기 (0) 2020.10.23 [iOS] Remocle 개발하면서 참고한 페이지 (0) 2020.10.12 XCode12 업데이트 이후 Carthage 오류, Carthage 제거하기 (0) 2020.10.12