Norman Franke
Norman Franke
I receive an error about "HexColor Examples.xcodeproj cannot be opened because it is missing its project.pbxproj file." The net result being that I can't use HexColors via Carthage either. I...
At least in the emulator, the GIF and sticker selectors work for me. You have to handle the android.intent.action.SEND intent to actually receive them, however. However, allowing the EditText to...
Same. I have an i7 Mac mini 2018.
I may have figured this out. BasicChatInputBarPresenter has a method: ``` @objc private func keyboardDidChangeFrame(_ notification: Notification) { guard self.allowListenToChangeFrameEvents else { return } guard let value = (notification as...
Especially "extension ChatInputBar: UITextViewDelegate" needs to have all methods declared as open so you can modify the behavior of the UITextViewDelegate methods. In particular, I want to work around the...
I was just looking into this. Check the sample code since it does this. Basically your implementation of PhotoMessageViewModel can set: ``` self.transferProgress.value = percentComplete ``` Which seems to work...
I've noticed the same problem in iOS 12. Scrolling the window seems to help.
Look at the sample app. I believe you have to call: ``` self.delegate?.chatDataSourceDidUpdate(self) ``` in your implementation of ChatDataSourceProtocol
Works with iOS 11 as well.
Same problem trying to build Alamofire.