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 |
Tags
- YGEnums.h
- FlexLayout
- human interface guidelines
- SPM
- Nan
- HealthKit
- garbage collection
- content-type
- Xcode
- retain cycle
- ios
- layoutSubviews
- fetchSignInMethods
- pagination
- rc
- authentication
- App Connect
- Swift
- 회고
- UITest
- HIG
- AppStore
- Firebase
- playground
- Tuist
- Github-Action
- Automatic Reference Count
- arc
- Tuist-Action
- alamofire
Archives
- Today
- Total
목록alamofire (1)
멋있게걷는방법

평소에는 아무 생각 없이 쓰다가 최근에 알게 되어 충격이었던 사실을 적어보려고 합니다. func example() { let url = "URL" let headers : HTTPHeaders = ["Content-Type" : "application/json"] AF.request(url, method: .get, encoding: URLEncoding.queryString, headers: headers).validate() .responseData(emptyResponseCodes: [200, 201, 204]) { [weak self] response in switch response.result { case .success: //성공시 case .failure: //실패시 } } } 평소 이렇게..
iOS
2023. 3. 23. 18:14