gpt4 book ai didi

iPhone:滚动时展开 UITextView

转载 作者:行者123 更新时间:2023-11-28 20:16:40 25 4
gpt4 key购买 nike

在我的 iPhone 应用程序中,我在顶部有一个 UIImageView,在其下方有一个 UITextView。我希望 UITextView 在用户开始滚动时扩展到上层站点并覆盖 UIImageView

可以在 Rdio 应用程序中找到类似的效果。在那里你可以看到顶部的封面和下面的即将到来的标题,一旦用户开始滚动,即将到来的标题 View 就会展开并覆盖封面。

如何做到这一点?

谢谢。

最佳答案

尝试使用UIScrollView的委托(delegate)方法之一(UITextView是UIScrollView的 subview )。

这应该适合你:

- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView
// From Apple Docs: Tells the delegate when the scroll view is about to start scrolling the content.

实现此方法并在其中调用调整大小的函数。

关于iPhone:滚动时展开 UITextView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17813881/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com