Fix drag sutters and enable swipe to pop gesture.

Add docs and last tweaks following a self review.
Add constants for max content size and disable splash screen via build settings.
This commit is contained in:
Doug
2022-01-18 16:48:52 +00:00
parent af0785b2bb
commit cf46247e9f
18 changed files with 171 additions and 188 deletions
@@ -31,6 +31,7 @@ struct OnboardingSplashScreenTitleText: View {
let isColored: Bool
}
/// The individual components of the string.
private let components: [StringComponent]
// MARK: - Setup