mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
wip
This commit is contained in:
parent
e6e1816e11
commit
ca2e8cf27e
1 changed files with 4 additions and 4 deletions
|
@ -120,6 +120,10 @@ private extension CompositionView {
|
||||||
}
|
}
|
||||||
|
|
||||||
NSLayoutConstraint.activate(constraints)
|
NSLayoutConstraint.activate(constraints)
|
||||||
|
}
|
||||||
|
|
||||||
|
func applyCompositionConfiguration() {
|
||||||
|
cancellables.removeAll()
|
||||||
|
|
||||||
compositionConfiguration.viewModel.$identification.map(\.identity.image)
|
compositionConfiguration.viewModel.$identification.map(\.identity.image)
|
||||||
.sink { [weak self] in self?.avatarImageView.kf.setImage(with: $0) }
|
.sink { [weak self] in self?.avatarImageView.kf.setImage(with: $0) }
|
||||||
|
@ -136,8 +140,4 @@ private extension CompositionView {
|
||||||
.sink { [weak self] in self?.attachmentUploadView.attachmentUpload = $0 }
|
.sink { [weak self] in self?.attachmentUploadView.attachmentUpload = $0 }
|
||||||
.store(in: &cancellables)
|
.store(in: &cancellables)
|
||||||
}
|
}
|
||||||
|
|
||||||
func applyCompositionConfiguration() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue