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 f3b528d6bb
commit 5c2d838e64
18 changed files with 171 additions and 188 deletions
@@ -28,8 +28,6 @@ class VectorHostingController: UIHostingController<AnyView> {
private var theme: Theme
// MARK: Public
init<Content>(rootView: Content) where Content: View {
self.theme = ThemeService.shared().theme
super.init(rootView: AnyView(rootView.vectorContent()))