/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
| | swiftwithmajid.com
4.0 parsecs away

Travel
| | The easiest way to size a view in SwiftUI is to place it in a container and allow it to fit its content size. You can also use the frame view modifier to specify a particular concrete size. Anything related to the size of its parent needs hard work using GeometryReader, which is not the easiest way to do things correctly in SwiftUI.
| | ashishkakkad.com
6.6 parsecs away

Travel
| | SwiftUI announced in WWDC 2019. It's an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. In previous blog I have shared some references from apple documents. We will learn it by examples. First of all let's start with simple UI. Create New Project Create new project ... Read more
| | nilcoalescing.com
4.7 parsecs away

Travel
| | Using the overlay() modifier in SwiftUI, we can elegantly wrap text within another view, ensuring the text is positioned and sized relative to the primary content.
| | swiftwithmajid.com
36.1 parsecs away

Travel
| WWDC 24 is here, and we have a lot to cover. Every year, SwiftUI matures by introducing more features to catch up with UIKit. This year is no exception. Let's dive into the new features that the SwiftUI framework introduces.