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)
Cannot convert value of type 'Model' to expected argument type 'Data'
I'm trying to set up a function to capture the response from an API request and map it to a Model once the result hits.
I'm getting this error on the "data" in the "let "cloudinary...

John Gerard
Votes: 0
Answers: 0
Property of a protocol doesn't accept a protocol inheritance
I have two basic Protocols
protocol SubtractsDelegate: class {
func func1()
}
protocol AddsDelegate: class {
func func2()
}
My third Protocol conforms to both
protocol Operates: SubtractsDel...

siefix
Votes: 0
Answers: 1
Issue decoding JSON | Swift
I am having an issue dynamically populating the date associated with each section.
The value of grouped is currently derived from grouping the raw JSON data by routeid
You can see that I am currently ...
John
Votes: 0
Answers: 1
Cannot find the right logic to translate the NSDate to string
I am very new to swift and found this one difficult, so its saying that it cannot be parsed to a variable because its not a string.
I searched and found something but it was not related near to my typ...
Lis1
Votes: 0
Answers: 2