Enable profile personalisation screens after registration.

This commit is contained in:
Doug
2022-03-25 11:58:35 +00:00
parent bc0b1ea1bf
commit 9602dcaee9
27 changed files with 156 additions and 112 deletions
@@ -32,7 +32,14 @@ class VectorHostingController: UIHostingController<AnyView> {
// MARK: Public
/// Whether or not to use the iOS 15 style scroll edge appearance when the controller has a navigation bar.
var enableNavigationBarScrollEdgeAppearance = false
/// When non-nil, the style will be applied to the status bar.
var statusBarStyle: UIStatusBarStyle?
override var preferredStatusBarStyle: UIStatusBarStyle {
statusBarStyle ?? super.preferredStatusBarStyle
}
init<Content>(rootView: Content) where Content: View {
self.theme = ThemeService.shared().theme