-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swipe to reply #672
Swipe to reply #672
Conversation
Codecov Report
@@ Coverage Diff @@
## master #672 +/- ##
===========================================
+ Coverage 17.96% 58.47% +40.50%
===========================================
Files 97 98 +1
Lines 5032 5117 +85
===========================================
+ Hits 904 2992 +2088
+ Misses 4128 2125 -2003
Continue to review full report at Codecov.
|
0dfd13c
to
5b6aa2f
Compare
} | ||
|
||
public protocol ReplyIndicatorRevealerDelegate: AnyObject { | ||
func didPassTreshold(at: IndexPath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: tHreshold
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
5b6aa2f
to
e34670d
Compare
@leonspok Could you please take a look at last 4 commits? |
This pull request adds ability to reply message with a swipe gesture
Create an object conforming to
ReplyActionHandler
and add it toChatViewController