CoinLive
Realtime BTC data using RxSwift and URLSession
External frameworks used:
- RxSwift
To turn off the console logs use:
URLSession.rx.shouldLogRequest = { request in
return false // Or use request to determine if you want to log or not
}
Realtime BTC data using RxSwift and URLSession
URLSession.rx.shouldLogRequest = { request in
return false // Or use request to determine if you want to log or not
}