/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nilcoalescing.com
| | nerdyak.tech
3.3 parsecs away

Travel
| | Hello and welcome to another blog post about SwiftUI. This years WWDC is approaching fast and the expectation of new SwiftUI features and/or changes is tremendous. So I have decided to dedicate this post to something lighter yet still playful.
| | swiftwithmajid.com
3.8 parsecs away

Travel
| | During WWDC 23, SwiftUI introduced a new view modifier called visualEffect. This modifier allows us to attach a set of animatable visual effects by accessing layout information of the particular view. This week, we will learn how to use the new visualEffect view modifier in SwiftUI.
| | www.objc.io
2.7 parsecs away

Travel
| | objc.io publishes books, videos, and articles on advanced techniques for iOS and macOS development.
| | ashishkakkad.com
23.8 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