Explore >> Select a destination


You are here

osinski.dev
| | swiftwithmajid.com
3.7 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.
| | ashishkakkad.com
4.0 parsecs away

Travel
| | Today I will show you how to display the data from the JSON API response to list view of SwiftUI. Let's 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
| | christianselig.com
6.4 parsecs away

Travel
| | Gathering diagnostic information from widgets can be a challenge, this post explains how you can do it
| | www.neilmacy.co.uk
17.0 parsecs away

Travel
| SwiftUI adds styles as a way of (heavily) customising the appearance of a standard control, which lets you avoid creating wrapper classes.