[iOS] Create public space #143

- Initial space creation flow
This commit is contained in:
Gil Eluard
2021-11-23 09:35:32 +01:00
parent ccfe3afb7d
commit fda0568d88
145 changed files with 7280 additions and 11 deletions
@@ -26,6 +26,7 @@ class VectorHostingController: UIHostingController<AnyView> {
// MARK: Private
var hidesBackTitleWhenPushed: Bool = false
private var theme: Theme
init<Content>(rootView: Content) where Content: View {
@@ -48,6 +49,14 @@ class VectorHostingController: UIHostingController<AnyView> {
self.update(theme: self.theme)
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
if hidesBackTitleWhenPushed {
vc_removeBackTitle()
}
}
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()