Perry

Results 59 comments of Perry

This is achievable, you just follow the `ZHCMessageMediaData` protocol or inherit the `ZHCMediaItem` custom you need to MediaItem!

Yes, you can't customize `ZHCMediaItem` directly. You must write a class and inherit from `ZHCMediaItem`. You can refer to the `ZHPhotoItem` in the Demo.

Sorry, in the busy other things! Temporarily can't spare time to help you!

图片是在`ZHCMessagesAvatarImageFactory` 类里面处理过的,如果你不需要圆形,可以在这类里面的方法`zhc_circularImage ` 注释掉:`[imgPath addClip];`

I just ran the demo, in the input multiple lines, after sending no text missing situation. Can you take a screenshot to see what you're going through?

I have just tested, but I haven't met the problem you have said. I think it may be due to the system, but I do not have a system that...

I think you can verify that, first use `Uitextfield` input text and emoticons, and then show it in `Uitextview`!

![img_3898](https://user-images.githubusercontent.com/4192811/40950893-3cecc4b8-68a7-11e8-821e-0022b03480d9.PNG) What environment? I just tested the height is automatically increased. You can see `ZHCMessagesComposerTextView` methods of this class. ``` - (void)layoutSubviews { [super layoutSubviews]; // calculate size needed for...

You can try to modify this property: `textViewTextFrameInsets` in `ZHCMessagesTableviewLayoutAttributes` Class.

Hi Web, This font is displayed, but the height error, I think it should be because of the high cache, you put the height of the cache to remove the...