본문 바로가기

김경록의 앱 개발 여정

검색하기
김경록의 앱 개발 여정
프로필사진 Kim Roks

  • 분류 전체보기 (85)
    • TIL (32)
    • Algorithm (41)
    • Trouble Shooting (12)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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
  • SWIFT
  • uikit toast
  • DP
  • claen architecture
  • 버튼 피드백
  • task cancel
  • 타임라인 포맷팅
  • scene delegate
  • traits
  • swift navigationcontroller
  • domain data
  • swift 백준
  • swift bottomsheet
  • custom ui
  • identifiable
  • rxdatasources
  • Tuist
  • task cancellation
  • swift custom ui
  • reactorkit
  • custom navigation bar
  • swift dashed line
  • swift 점선
  • RxSwift
  • custombottomsheet
  • UIKit
  • button configuration
  • coordinator
  • swift concurrency
  • BFS
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록traits (1)

김경록의 앱 개발 여정

[RxSwift] Single<Void> 와 Completable

✅ Single ?Single은 하나의 값을 방출(success)하거나, 에러(error)를 방출하는 RxSwift의 Observable 타입입니다.즉, Single는 "성공했지만 반환할 값이 따로 없다"는 의미를 가집니다.예제func test(email: String) -> Single { return Single.create { single in do { let request = try testTarget.test(email: email).asURLRequest() AF.request(request) .validate(statusCode: 200..🧐 언제 사용할까?✅ API 응답 값을 사용하지..

TIL 2025. 3. 13. 22:16
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바