You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, Thanks for this great library.
I'm facing an issue where I have a xib with a tableview in it, pinned to all sides. And I'm changing the tableview height using content size. so the message views size can vary. Now when the tableview content size is too big the scrolling comes in. Everything works except when I try to scroll down in the tableview(after reaching the top cell), the message view doesn't scroll with it.
The behavior you're expecting would require coordination between your table view's gesture recognizers (which SwiftMessages has no idea about) and the gesture recognizer used to dismiss the message.
I'm flagging this as a feature request. I'll look into it if I can find some time.
Hi there, Thanks for this great library.
I'm facing an issue where I have a xib with a tableview in it, pinned to all sides. And I'm changing the tableview height using content size. so the message views size can vary. Now when the tableview content size is too big the scrolling comes in. Everything works except when I try to scroll down in the tableview(after reaching the top cell), the message view doesn't scroll with it.
Here's the config:
Is this a issue with the library? Or am I missing something? Please advice.
The text was updated successfully, but these errors were encountered: