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