gpt4 book ai didi

iOS 快速移动我的位置按钮到右上角

转载 作者:可可西里 更新时间:2023-11-01 00:58:23 24 4
gpt4 key购买 nike

目前,当我使用 GMSMapView api 将按钮设置为出现时,它会出现在右下角。

SO 上还有另一个问题,但这是针对 swift 而不是 objective-c 的(并且它针对屏幕上的不同位置。)

最佳答案

只需调整此 post 中的解决方案

从我的头顶看,它看起来像这样:

let myLocationButton = mapView.subviews.last! as! UIButton
myLocationButton.autoresizingMask = UIViewAutoresizingFlexibleRightMargin|UIViewAutoresizingFlexibleTopMargin
let frame = myLocationButton.frame
frame.origin.y = 10
myLocationButton.frame = frame

关于iOS 快速移动我的位置按钮到右上角,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39609116/

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