In Search of a Smooth Scroll | Edvinas Byla

Swift
Sameesunkaria/OutlineView: OutlineView for SwiftUI on macOS
How to Build a Widget in Swift with WidgetKit
Getting started with UI testing for SwiftUI
GitHub - aheze/Setting: Compose beautiful preference panels.
Variadic Views
nathantannar4/Transmission: Bridges UIKit presentation APIs to a SwiftUI API so you can use presentation controllers, interactive transitions and more.
nathantannar4/Turbocharger: Turbocharger aims accelerate SwiftUI development by providing commonly desired views and view modifiers
pointfreeco/swift-identified-collections
joehinkle11/Lazy-Pop-SwiftUI: Allows a swipe on any part of the screen to start an interruptible pop animation to the previous view
A Simple Drag Dismiss on Presented ViewController Tutorial
5 Techniques to Effortlessly Send Data from UIKit to SwiftUI - Holy Swift
All About Swift's LosslessStringConvertible
SwiftUI under the Hood: Variadic Views
Pow
SwiftUI-Shimmer
FocusedValue and FocusedBinding property wrappers in SwiftUI
FocusedValue property wrapper allows us to observe the value from the focused view or one of its ancestors. It works in a very similar way to the Environment property wrapper, but instead of observing the environment, it observes the view hierarchy’s focused view.
Ggfftcyfvyt
davdroman/TextBuilder: Like a SwiftUI ViewBuilder, but for Text
swiftui-navigation-transitions/Fade.swift at main · davdroman/swiftui-navigation-transitions
Creating hex-based colors in UIKit, AppKit and SwiftUI
In this post, let’s take a quick look at how to we can extend the UIKit, AppKit and SwiftUI colors with hex-based initializers that accept strings (e.g. "#abcdef") and numeric values (e.g. 0xabcdef).
Although you can use asset catalogs to define colors for your apps and frameworks, there may come a time when you have to create colors from hex codes, for instance when fetching colors from a web api.
Some
GitHub - nathantannar4/Engine: Engine makes it easier to create idiomatic APIs and Views that feel natural in SwiftUI without sacrificing performance
What is a Property Wrapper in Swift | Sarunw
Sort elements based on a property value using KeyPathComparator
SwiftUI: How to create your custom notification event and receive the event! Advanced Technique
Adaptive Layouts With ViewThatFits
The power of task view modifier in SwiftUI
Using QuickLook with SwiftUI
WWDC NOTES
How to add a TextField to Alert in SwiftUI | Sarunw
Detect focused window on macOS