python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Update responseJSON to responseDecodable in Swift
I'm new to Swift and I'm trying to upgrade some old Swift code. I'm getting the below warning:
'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)'...
thecoolmacdude
Votes: 0
Answers: 2
How to enable files and folders permission on iOS
I am trying to download a file using AlamoFire and save it to a downloads directory of the user's choice (like safari). However, whenever I set the download directory to a folder outside of my app's d...
code24
Votes: 0
Answers: 2
How to decodable request from Laravel in Swift and Alamofire
I have a problem about decodable the "product" from laravel api request. Error is "The data couldn´t be read because it isn´t in the correct format.
request with insomnia is right and i...

AlexLoje
Votes: 0
Answers: 4
Swift fix Cannot assign value of type '()?' to type '[ShopData]?'
im stuck resolving my problem for over a week and i dont know how, im junior.
i want to get an array data from the dictionary data which both has the same name in backend = "data",
"dat...
Bran
Votes: 0
Answers: 0