gpt4 book ai didi

ios - 使 2 个 UITableView 标题共享相同的图像

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

我有 1 个包含 2 个部分的 UITableView。我做了 2 个标题,第一个是同一图片的背景模糊的图片,第二个是 `UISegmentedControl'。

我需要 UISegmentedControl 始终可见,所以我完成了 UITableView 的第二部分。

目前我在:

this

现在我想要的是模糊图像进入我的第二个标题的一半,即带有 UISegmentedControl 的标题,如下所示:

what I want

更难的是,当我在 UITableView 上向下滚动时,我需要这个“一半背景图像”消失。有办法做到吗?

我正在研究 Swift!

最佳答案

可以完成更新约束。但是为此你不需要 2 个标题。一个 header 将执行您应该保留模糊图像部分和 UISegmentedControl 的操作,就像您提供的第一个屏幕截图一样。确保在这两个项目之间设置垂直间距约束并采用该约束的 IBOutlet。

现在,执行以下操作:

-(void)scrollViewDidScroll:(UIScrollView *)scrollView{
constVerticalSpace.constant = -scrollView.contentOffset.y
//Please keep a restriction of this constant otherwise the segment will go off screen.
}

关于ios - 使 2 个 UITableView 标题共享相同的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39326982/

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