/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

sarunw.com
| | ashishkakkad.com
2.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
| | nilcoalescing.com
2.6 parsecs away

Travel
| | Present a half-sheet in SwiftUI by specifying supported detents with the new presentationDetents() modifier in iOS 16.
| | swiftwithmajid.com
4.2 parsecs away

Travel
| | The SwiftUI framework became a mature tool for building apps on all Apple platforms. The recent WWDC introduced missing APIs, adding more value to the framework. One of them is even backward compatible with previous versions of Apple platforms. This week, we will discuss tracking geometry changes of any view in SwiftUI.
| | www.jessesquires.com
20.7 parsecs away

Travel
| On macOS 14 Sonoma there is a regression in Swift 5.9 which causes Swift scripts that import Cocoa frameworks to fail. This issue was first reported by @rdj....