Anton Schukin

Results 14 comments of Anton Schukin

@bhorvinayak Can you check that message with a specific `uid` never changes it's `type` value? Currently, it's not supported.

@bhorvinayak Could you post a full stack trace when assertion happens and your `createPresenterBuilders` function implementation? Also, check that all messages `uid` are unique.

@timothytclee I didn't try It, but it should be easy, we've added a few input items and dozen of chat messages in Badoo app. Any specific questions?

@albarq Please, check this #434

@AYASHI It happens because text cell doesn't take into account text attributes that you're using during layout calculation. Currently, you can change only text color, font and text insets. You...

@AYASHI You can't do this out of the box. You can make your own cell based on existing text message cell to render attributed text. The main difference would be...

@pngo-hypewell Looks like it's a bug. As a workaround, you can set `textMessageStyle` initialized with `baseMessageStyle` ``` let baseStyle = BaseMessageCollectionViewCellDefaultStyle(colors: BaseMessageCollectionViewCellDefaultStyle.Colors( incoming: UIColor.bma_color(rgb: 0xE6ECF2), outgoing: .black) ) textMessagePresenterBuilder.baseMessageStyle =...

@saroar Could you provide more information: Chatto version, iOS version, simulator. Could you also take a screenshot of a view debugger with this bug?

@ahmadabudawod Tha's what I found on https://github.com/hackiftekhar/IQKeyboardManager#warning > If IQKeybaordManager conflicts with other third-party library, then it's developer responsibility to enable/disable IQKeyboardManager when presenting/dismissing third-party library UI. Third-party libraries are...

@ahmadabudawod Can you point Chatto to latest commit in master branch instead of specific version in Podfile? Feature, that you're looking for was added in this PR: https://github.com/badoo/Chatto/pull/323 You need...