Perry

Results 59 comments of Perry

I have same problem.Have you solved?

If you want to customize the video display picture, you can refer to the `ZHCVideoMediaItem` class, it is best to inherit `ZHCMediaItem` rewrite Method `-(UIView *) mediaView`, where you can...

You can refer to #58,and customize mediaView border, or You can customize the messageBubbleContainerView border。

you can refer to the`ZHCVideoMediaItem` class, it is best to inherit `ZHCMediaItem` rewrite Method `-(UIView *) mediaView`, where you can write any view you need to show. The core is...

There is no real video in the show, just telling the developer to customize it to suit your needs. Specific you can refer to `ZHCVideoMediaItem`,`ZHCMessageMediaData`.

Temporarily no time to add too many features in the demo! But you can customize it! You just follow the ZHCMessageMediaData protocol or inherit the ZHCMediaItem custom you need to...

Voice playback and stop you need to have a separate manager control. For example, you can use Singleton to control.

You can inherit from `ZHCMediaItem` class l, inherited classes can be modeled in the style of different `Media` Class, add a status property on the basis of this, according to...

I have time to write you a simple custom Demo.