Explore >> Select a destination


You are here

benoitpasquier.com
| | techblog.thescore.com
10.7 parsecs away

Travel
| | In this post we explore Fisticuffs, a library for iOS to easily bind data to your UI.
| | swiftwithmajid.com
8.4 parsecs away

Travel
| | That is WWDC week: everybody is so excited about so many new things like SwiftUI, Dark Mode, updateable Core ML models, etc. I will try to cover all the new stuff during the upcoming weeks. Let's start with SwiftUI. SwiftUI is an entirely new approach to building apps for the Apple ecosystem.
| | williamboles.com
5.8 parsecs away

Travel
| | Dealing with a JSON network response in iOS projects used to be a pain - you would have to manually parse the response, extract the required values, ignore those that weren't needed, and build your model instances ??. Then came along `Codable` and all that changed.
| | ashishkakkad.com
92.7 parsecs away

Travel
| Today I will show you how to display the data from the JSON API response to list view of SwiftUI. Lets Call API Here I am parsing simple json file which contains the response of contacts. Here are the list of models required to be filled from the JSON response. In above model file I ... Read more