iOS revealing tableview header image (Parallax effect)(iOS 显示 tableview 标题图片(视差效果))
问题描述
I'm trying to set a large image that reveal more as the table view pulled further down,.. I know I'm not making any sense, it's easier to show an example I recorded from netbot.
Please let me know what the proper term for that and I'll update the title. (Update: apparently it's called parallax effect)
I've tried setting UIImageView
to self.tableView.backgroundView
and add transparent header for the first section. But it doesn't have the same feeling. it reveals from the top of the image instead of center, it's stretched and squashed on iPad portrait and iPhone landscape (I've tried all contentMode
).
I also have tried setting UIImageView
to the tableView header. Enabling clipsToBounds
does show the center part of the image, but I can't get it to reveal more of the image.
An app called My Artists also has this, but theirs don't bounce back. So, any idea how the brilliant devs at Tapbots approach this?
This is weird. I'm pretty sure I've accepted an answer to this question. Anyway, the answer is ZGExpandZoomView
这篇关于iOS 显示 tableview 标题图片(视差效果)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iOS 显示 tableview 标题图片(视差效果)


- Android viewpager检测滑动超出范围 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- android 4中的android RadioButton问题 2022-01-01