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)
Swift 5 : Create JSON with Codable / Struct from my variables
I would like to create a Codable structure to save data from a user profile
Let's say the ios user filled a form with his name, last name,adress, put his picture (UIImage)) and that user have an uniqu...
Victor
Votes: 0
Answers: 3
Alamofire 5 - DataRequest with SwiftyJSON as response
Before you tell me to use Decodable for all the models, and you would be right, I am trying to fix a project in the time the client has allocated. Changing all models to Decodable, and all the places ...
skymook
Votes: 0
Answers: 1
How do i populate three sections in a tableview with SwiftyJSON
I want to assign records or cells for 3 sections ["Managers","Accountants","Receptionist"] where key "authority" has the validation of which section it belongs ...
Ramy Khaled
Votes: 0
Answers: 1
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