SwiftUI Weekly - Issue #231
Building List replacement in SwiftUIWhenever you consider creating a scrollable screen in SwiftUI, you might think of using a List. However, it’s not always the best choice. Lists are great for displaying uniform data. For anything else, a ScrollView with a lazy stack is almost always the best option. This week, we will learn how to build a custom scrollable container in SwiftUI with precise control of look and feel. Talking Liquid Glass with AppleI spent three days talking Liquid Glass with Apple in NYC. Here’s what you need to know. Expanding Animations in SwiftUI ListsEver tried to add a simple expand/collapse animation to a SwiftUI SwiftUI View Lifecycle: When onAppear Actually fires
How to support dark mode in SwiftUI programmaticallyLearn how to improve type safety when working with semantic colors.
|