SkygearIO / chat-SDK-iOS

Other
6 stars 17 forks source link

Utility Function for Typing Indicator with Input Box #23

Open royuen opened 7 years ago

royuen commented 7 years ago

The idea was, instead of calling

SKYContainer.default().chatExtension?.sendTypingIndicator(...)

We can just have a function taking a reference to UITextField or something like that as a parameter, and auto "watch" the typing action for users.

It could be something on the UIKit actually.

rickmak commented 7 years ago

Need @ben181231 input on the estimate and does it related to UI lib?

chpapa commented 7 years ago

@ben181231 @howawong @Steven-Chan Would it inspire / affect iOS / Android UIKit actually?