mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Updates based on comments.
This commit is contained in:
@@ -43,9 +43,9 @@ class VectorHostingController: UIHostingController<AnyView> {
|
||||
var enableNavigationBarScrollEdgeAppearance = false
|
||||
/// When non-nil, the style will be applied to the status bar.
|
||||
var statusBarStyle: UIStatusBarStyle?
|
||||
/// Whether or not to publish when the height of the view changes
|
||||
/// Whether or not to publish when the height of the view changes.
|
||||
var publishHeightChanges: Bool = false
|
||||
/// The publisher to subscribe to if `publishHeightChanges` is enabled.vi
|
||||
/// The publisher to subscribe to if `publishHeightChanges` is enabled.
|
||||
var heightPublisher: AnyPublisher<CGFloat, Never> {
|
||||
return heightSubject.eraseToAnyPublisher()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user