gpt4 book ai didi

ios - 如何在 MKMapView 中显示 UIImage

转载 作者:行者123 更新时间:2023-11-28 15:05:01 25 4
gpt4 key购买 nike

我的 View 中有一个 MKMapView,如果我找不到特定位置,我想在其中显示一个 UIImage。我可以在 swift 4 中做些什么吗?

最佳答案

试试下面的代码:

    let imageView = UIImageView(frame: mapView.frame)
imageView.image = UIImage(named: "YOUR IMAGE NAME")
mapView.addSubview(imageView)

关于ios - 如何在 MKMapView 中显示 UIImage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48610967/

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