Closed moldovaniosif closed 6 years ago
Have you tried adjusting the alignment of the InputStackView
?
Thank you @nathantannar4 for your replay, I tried the InputStackView
bottom allignament but it didn't work. The implementation for FacebookInputBar
from the Example app sheowed me the issue.
Actualy I mistakenly add as subview the attachment image view in the left stack view instead of calling:
setStackViewItems([attachmentItem], forStack: .left, animated: false)
.
Hi, I wanted to make the left stack view stick at the bootm of message input bar in the same way as "Send" button. Is this possible?