弹出窗口中的 UIActionSheet 布局错误

发布于 2024-09-26 03:03:36 字数 255 浏览 3 评论 0原文

我有一个 UIActionSheet ,其中有一个按钮,我在弹出窗口中显示该按钮。在横向模式下,弹出窗口周围有足够的空间,因此它显示在中间有一个箭头,一切都很好:

在纵向中,弹出窗口必须在右侧显示一个箭头:

in纵向

现在按钮看起来有点太低,有点太靠右(这不是裁剪)。你遇到过这种行为吗?你修好了吗?

I’ve got an UIActionSheet with a single button that I show in a popover. In landscape mode there is a plenty of space around the popover, so that it displays with an arrow in the middle and everything is fine:

in landscape

In portrait the popover has to be displayed with an arrow on the right side:

in portrait

Now the button looks a little bit too low and little bit too far to the right (it’s not the cropping). Have you met this behaviour? Did you manage to fix it?

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

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

发布评论

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

评论(1

万人眼中万个我 2024-10-03 03:03:36

看起来很奇怪?

在我的脑海中,您可以

[button sizeToFit] 

在将按钮添加到弹出窗口后向该按钮发送一条消息。这是一个长远的目标。

Looks strange?

Of the top of my head you could send the button a

[button sizeToFit] 

message after it has been added to the popover. It's a long shot.

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