mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
f
This commit is contained in:
parent
86cdb4676a
commit
aa9842f283
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ private extension TableViewController {
|
|||
|
||||
var bottomInset: CGFloat { insetBottom ? Self.bottomInset : 0 }
|
||||
|
||||
// swiftlint:disable:next function_body_length
|
||||
func setupViewModelBindings() {
|
||||
viewModel.title.sink { [weak self] in self?.navigationItem.title = $0 }.store(in: &cancellables)
|
||||
|
||||
|
|
Loading…
Reference in a new issue