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
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Hi,
I have tried to implement exactly the same behaviour of keyboard as in Messages and must say that's nearly impossible for variety of reasons (https://github.com/mikeahmarani/MADismissiveTextView for example)
The problem is the following:
we should drag input view along with the keyboard (yeah we can change origin y, but it flicks and looks not sexy - I've tried)
we can move the keyboard and input view simultaneously, in this case we should set our inputview as 'inputaccessoryview' of textView. It almost works, until we do not become firstresponder (inputview blinks out the screen and after it moves with keyboard).
So i suggest to use only swipe:) what do you think?
The text was updated successfully, but these errors were encountered:
There aren't any bugs with the swiping itself, per se. If you uncomment lines 73-76 in 'MessagesViewController.m', you can see that swiping works — with or without text in the textView (admittedly not quite as nicely as yours). The issue is editing the text AFTER you swipe — weird things happen. However, I haven't actually looked into this all or tried to fix it yet.
Hi,
I have tried to implement exactly the same behaviour of keyboard as in Messages and must say that's nearly impossible for variety of reasons (https://github.com/mikeahmarani/MADismissiveTextView for example)
The problem is the following:
So i suggest to use only swipe:) what do you think?
The text was updated successfully, but these errors were encountered: