ios - 如何禁用UITableViewCell内置的动画效果
PHPz
PHPz 2017-04-17 17:25:40
0
5
446

开发了一个聊天程序,但在键盘收起或者快速滑动时,UITableViewCell中的内容(UITextView)会出现一些小的动画效果。

如何禁止这种动画效果呢?(注意后下角的文本内容)

PHPz
PHPz

学习是最好的投资!

reply all(5)
刘奇

Finally solved this long-standing problem. See this article https://everettjf.github.io/2016/06/18/little-chat-ui-bug-resolve

Peter_Zhu

Visual inspection is not a problem with Cell, nor is it a problem with textView.

巴扎黑

I think it’s a layoutIfNeed problem

黄舟

Is this built-in? This is an animation written on the background color. Look for the animation function in the function of cell willshow. PS: This is not the built-in animation of the system cell

洪涛

This is probably a third-party problem with this chat demo...
A bold guess is that this library is probably written like this to install X, but you don't like it...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template