/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

swiftui-lab.com
| | swiftwithmajid.com
2.2 parsecs away

Travel
| | Button is one of the regularly used components in SwiftUI. We use buttons to allow users to produce actions. That's why it is so essential to generalize the look and feel of buttons in our apps. This week we will master buttons in SwiftUI. We will learn how to customize the look and feel of our buttons.
| | movingparts.io
1.7 parsecs away

Travel
| | Covering how to make custom view styles work like the build in ones. Plus, some new tricks we've learned in the time since.
| | blog.hobbyistsoftware.com
3.6 parsecs away

Travel
| | [AI summary] The author provides a custom SwiftUI environment variable implementation to detect keyboard visibility in cross-platform iOS and macOS apps.
| | swiftwithmajid.com
22.6 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.