gpt4 book ai didi

iOS:MapView 内的 ImageView

转载 作者:行者123 更新时间:2023-11-29 04:18:30 26 4
gpt4 key购买 nike

我开始进行iOS开发。

我有一个 UIMapView,我想在此 UIMapView 顶部显示图像。但是,当我将 UIImageView 拖到我的 UIMapView 时,UIImageView 会叠加我的 UIMapView。 如何将UIImageView的位置设置为顶部并继续显示 map ?

最佳答案

您无法在界面生成器中执行此操作。您也许能够以编程方式执行此操作。

UIImageView *image = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"image.png"]];
[self.mapView addSubView:image];

但是,您必须准确地确定要在 map 上放置图像的位置的原点。

关于iOS:MapView 内的 ImageView ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13336715/

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