python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Do I still need the @availible 13.0 attribute in my class if my minimum deployment target is iOS 13.0?
I am adding Combine to my iOS application. To do this, I have updated my create account ViewModel to use Combine rather than my previous implementation. Upon adding Combine to my ViewModel, I was met ...
zach2161
Votes: 0
Answers: 1
How Do I relogin after getting a 401 back using URLSession and CombineAPI
I'm new to combine and URLSession and I'm trying to find a way to log in after I get a 401 error back. My Set up for the URLSession.
APIErrors:
enum APIError: Error {
case requestFailed
case json...
Justin Sinnard
Votes: 0
Answers: 1
How to load results from Realm cache while loading network results in Swift Combine
I am trying to use Combine to load initial results using cache from Realm and then making a network request but keep running into road blocks.
My work in progress code tries to fetch cache then chains...
Rush B
Votes: 0
Answers: 0
How do i parse results from a combine publisher
I am new to the combine world and have written a query that returns the results I need correctly. It's multi-step, but basically makes an api call over the network, parses the returned json and create...
Mozahler
Votes: 0
Answers: 1