gpt4 book ai didi

ios - 全屏打开图像查看图像,然后滑动即可关闭

转载 作者:行者123 更新时间:2023-11-30 14:02:18 25 4
gpt4 key购买 nike

关于如何通过点击图像全屏打开图像,然后滑动以隐藏图像,有什么建议吗?

最佳答案

建议:

*以编程方式添加 View 并将其推送到堆栈中。

//Code to recognize Tap 
let customView = MyCustomView(frame: CGRectZero(top: 0, left: 0, width: 200, height: 50)
// Or desired dimensions
self.view.addSubview(customView)

*创建并添加一个SwipeGestureRecognizer

网址:developer.apple.com UITapGestureRecognizer Class

网址2:developer.apple.com UISwipeGestureRecognizer Class

关于ios - 全屏打开图像查看图像,然后滑动即可关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32850647/

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