gpt4 book ai didi

swift - 如何在 swift 3 中更改 googlemap 的 myLocationButton 的位置

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

我想将 myLocationButton 放置在我的 iOS 应用程序的右上角,但似乎找不到方法。任何帮助将不胜感激

最佳答案

最简单的方法是为此 View Controller 或其 xib 添加一个导航栏到 Storyboard的顶部。如果此 View Controller 已嵌入导航 Controller 中,您可以跳过此步骤。

enter image description here

从那里,您可以将导航项添加到左侧或右侧栏,这些导航项可以像任何其他对象一样由 View Controller 控制。

enter image description here

那么您总是可以将按钮放在 Storyboard页面上并使用自动约束吗?您还可以以编程方式创建位于右上角的按钮,类似于:

Let myLocationButton = UIButton(frame:CGRect(x:self.view.frame.size.width - (the width of your button), y: 0, width: (the width of your button), height: (the height of your button)) 

然后使用点语法(例如文本或图像)将您想要的任何其他属性添加到按钮。然后将其添加为 subview :

self.view.addSubview(myLocationButton)

关于swift - 如何在 swift 3 中更改 googlemap 的 myLocationButton 的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41826448/

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