Pavel Ivanov
Pavel Ivanov
@Voxar Yeah, I came up with the similar structure. I asked because I don't like this overhead. But I understand there are some Swift's nuances which leads to difficulties in...
@kohdesmond Do you mean 'simulated metrics'? How can it affect for the running app?
You can just add your custom message type like photoCell. Define your bubble, message model, view model, presenter etc. There is no difference with other message types.
I got constrains error too when adding it (properly) as child VC. Tested only programmatically. No Interface builder.
I got this working by calling this method in container VC (created from the code btw) `self.display(contentController: chatViewController, in: self.view)` where `display` method is ``` extension UIViewController { func display(contentController...
Присоединяюсь. Баг повторяется. при экспорте архива при Rebuild from bitcode в логах появляется ошибка, текст которой в конце сообщения. Посмотрите эпловскую техноту, секцию Known issues и там все что связано...
@aparandiy Seems like this repo not supporting. You can look at Apollo project.
You have network datasource and need to disable self.autoLoadingEnabled for query? :)
I have the same problem as **renfeisong**. super's **initWithFrame** method had to be called for using this control. I don't know how to avoid it. **renfeisong** posted a code, it...