显示地图以适合iPhone的所有屏幕

发布于 2024-11-27 19:59:20 字数 190 浏览 1 评论 0原文

我这样做是为了显示地图:

[self setMapView:[[[RMMapView alloc]initWithFrame:CGRectMake(0.0, 0.0, 400, 200)]autorelease]];

400 和 200 值用于宽度和高度,我需要更改它以适合所有屏幕,提前感谢:)

i do this in order to display the map :

[self setMapView:[[[RMMapView alloc]initWithFrame:CGRectMake(0.0, 0.0, 400, 200)]autorelease]];

the 400 and 200 values are for width and height, i need to change it to fit all the screen, thanx in advance :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡莣 2024-12-04 19:59:20

您可能可以在 google 上搜索 iPhone 屏幕的尺寸,但它们是:480x320pt,包括状态栏。状态栏为 20pt。

您还可以向 [UIApplication sharedApplication].keyWindow 询问其框架。

You could probably google the dimensions of an iPhone screen, but here they are: 480x320pt including status bar. The status bar is 20pt.

You can also ask [UIApplication sharedApplication].keyWindow for its frame.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文