mdstone06

Results 3 comments of mdstone06

I would disagree. The sample project looks at these delegate methods and tells the top stack view to redraw, but it does not have any effect on the container's size....

To fix it, you just have to change or set the text in the `inputTextView` after the attachment has been removed. In the `AttachmentManagerDelegate` method: ``` func attachmentManager(_ manager: AttachmentManager,...

I fixed the issue by forking the project and removing the `@objc` marker from the delegate. I have a mixed ObjC/Swift project, but only need to use the library from...