In the past, the way I test a custom URL scheme is to go to Safari and open up any of my custom URLs. If you are still doing that, there is a better alternative.
An overview of the tools and directives that enable us to influence how our Swift code gets compiled, and what sort of situations that each of those tools might be particularly useful in.
On iOS 14 beta 5 a #SwiftUI TextField inside a List row will automatically be scrolled into visible range when the keyboard appears. Beta 4 seems to only do this when inside a ScrollView.