gpt4 book ai didi

ios - 样式 ActionSheet 的 UIAlertController 显示在状态栏下方

转载 作者:搜寻专家 更新时间:2023-11-01 05:37:45 24 4
gpt4 key购买 nike

我想显示一个样式操作表的警报 Controller 来显示一个国家/地区的州列表并且工作正常。

enter image description here

但由于某些奇怪的原因,它在状态栏下方部分显示了操作表,这是 Not Acceptable ,因为它看起来很糟糕,我如何在显示应该工作的操作表时删除状态栏。

所以我只是想知道是否有任何其他方法可以使操作表停止到距顶部的特定偏移量。我尝试从导航 Controller 中显示操作表,但没有任何改变。

任何评论表示赞赏。

谢谢,罗宾。

最佳答案

试试这个:

var height:NSLayoutConstraint = NSLayoutConstraint(item: alertController.view, attribute: NSLayoutAttribute.Height, relatedBy: NSLayoutRelation.Equal, toItem: nil, attribute: NSLayoutAttribute.NotAnAttribute, multiplier: 1, constant: 300)
alertController.view.addConstraint(height);

将其高度设置为 300。看,它会做任何改变吗?

关于ios - 样式 ActionSheet 的 UIAlertController 显示在状态栏下方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34918295/

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