gpt4 book ai didi

ios - 中心 Google map 位置发生变化,同时保持底部填充

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

中心位置位于mapView顶部。有什么办法可以让它居中吗?这是我当前正在使用的代码,但运气不佳:

 let mapInsets = UIEdgeInsets(top: 0.0, left: 0.0, bottom: 150.0, right: 0.0)
mapView.padding = mapInsets

最佳答案

只需在顶部和底部设置相等的内边距或左右中心位置就会更新。

let mapInsets = UIEdgeInsets(top: 150.0, left: 0.0, bottom: 150.0, right: 0.0)
mapView.padding = mapInsets

关于ios - 中心 Google map 位置发生变化,同时保持底部填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51925096/

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