gpt4 book ai didi

ios - 如何在 iOS 9 swift 中正确显示 popover ArrowDirections

转载 作者:搜寻专家 更新时间:2023-10-31 08:26:04 26 4
gpt4 key购买 nike

我一直在努力找出如何解决这个问题。

在这一行popover.permittedArrowDirections = ( .Up | .Down ) 上面写着“Type of expression is ambiquous without more context.”

这是代码示例:

if let popover = alert.popoverPresentationController
{
popover.sourceView = imageView
popover.sourceRect = imageView.bounds
popover.permittedArrowDirections = ( .Up | .Down )
}

最佳答案

请使用以下代码:

popover.permittedArrowDirections = [ .Up, .Down ]

关于ios - 如何在 iOS 9 swift 中正确显示 popover ArrowDirections,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33288398/

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