如何制作如图所示的 UItextView 或 TTTextView 动画

发布于 2024-12-06 13:19:20 字数 300 浏览 0 评论 0原文

App Shopper工具 如图所示: 在此处输入图像描述

有一个表格项或按钮“阅读更多...” 当单击此按钮时,按钮会动画到该单词的末尾以显示所有单词。如图2

  1. 是UITextView吗?
  2. “按钮”是 UIButton 还是表项?
  3. 如何实现这个动画呢?

在此处输入图像描述

an App Shopper implement
As shown in picture:
enter image description here

there is a table item or a button "Read More..."
when click this button, the button animates to this piece of words' end to show all words up. As shown in picture 2

  1. Is it a UITextView?
  2. The "Button" is a UIButton or a Table Item?
  3. How to implement this animation?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

注定孤独终老 2024-12-13 13:19:20

我做了类似的事情,只需将 UILabelUITextView 垂直排列即可。对于按钮,我使用 UIButtonTypeCustom 类型的透明 UIButton。然后我改变框架&动画块中标签/文本视图(带有文本的文本及其下方的文本)的文本。

还有一种方法可以在表视图中执行此操作。有一个 Apple 示例代码项目,其中包含您可以单击以展开的部分标题。但该部分仍然可见,因此这可能不适合您。

I did something similar by simply having UILabels and UITextViews lined up vertically. For the button I use a transparent UIButton of type UIButtonTypeCustom. Then I change the frame & text of the labels / textviews (the one with the text, and the ones below it) in an animation block.

There is also a way to do this in a table view. There is an Apple sample code project with section headings that you can click to expand. But the section is still visible, so perhaps this is not the right approach for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文