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
- RxCocoa
- Xcode
- Moya
- QoS
- shareextension
- SWIFT
- flatmap
- alamofire
- cellForRowAt
- swift6
- .filled
- 컴공선배
- iOS교육
- observe(on:)
- defaultContentConfiguration
- ReactiveX
- UICollectionViewListCell
- distinctUntilChanged
- 라이징캠프
- Swift5
- ContentMode
- IOS
- uibutton.configuration
- interceptor
- UIKit
- 개발블로그
- RxSwift
- customButton
- UIListContentConfiguration
- RequestInterceptor
Archives
- Today
- Total
목록UIKit (1)
RB의 iOS 개발 이야기
안녕하세요. 오늘은 오랜만에 RxSwift를 다시 공부해볼 겸 곰튀김 님의 강의 영상을 시청하던 중 전혀 모르고 있던 꿀팁을 알게되어 공유드릴 겸 글을 작성하게 되었습니다! 바로 확인해보시죠! 먼저 간단하게 어떻게 메모리 누수를 일으키는지 코드를 살펴 보겠습니다. private func downloadJson(_ url: String) -> Observable { return Observable.create() { f in DispatchQueue.global().async { let url = URL(string: url)! let data = try! Data(contentsOf: url) let json = String(data: data, encoding: .utf8) DispatchQueue.m..
iOS/Xcode
2024. 1. 31. 09:44