gpt4 book ai didi

ios - 卫星 View 如何在详细 View Controller 中实现,在触摸 MKPinAnnotation 标注时显示

转载 作者:行者123 更新时间:2023-11-29 02:12:59 28 4
gpt4 key购买 nike

在苹果 map 应用程序中,如果您点击 MKPinAnnotation 标注,将显示以下 View 。我试图重新创建类似的东西,但我不确定如何实现卫星图像(我假设它是所选注释坐标上的 MKMapView)以及如何在下拉 View 时为卫星 View 的延伸设置动画?还有 卫星 View 不断地来回旋转 这是标准动画吗?

总结:

  • 顶部的 map 图片是如何实现的?
  • 当用户向下拖动底部(表格) View 时它是如何拉伸(stretch)/缩放的
  • 图像如何设置动画以便旋转,这是内置功能吗?

Screen Shot

最佳答案

How is the map image at the top implemented?

这不是图片。这是一个 MKMapView。

How is it stretched/zoomed when the user drags the bottom(table) view down

使用 scrollView.contentOffest.y 滚动时更新 mapview.frame.size.height。

How is the image animated so that it rotates, is it a built in feature?

MKMapView setCamera:animated:或动画 MKMapView.camera

我做了一个样例你可以下载here .

关于ios - 卫星 View 如何在详细 View Controller 中实现,在触摸 MKPinAnnotation 标注时显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29079373/

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