nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

Question: How to get event "begin typing" and "and typing"? #106

Closed twox closed 8 years ago

twox commented 8 years ago

How I can to get event "begin typing" and "end typing" in ChatViewController? The class ChatInputBarPresenter has not delegates for these events. The ChatInputBarDelegate is not public protocol and he hidden in ChatViewController...

twox commented 8 years ago

Sorry, it my mistake.