gpt4 book ai didi

ios - Xcode 6 Beta 5 If 语句不工作

转载 作者:行者123 更新时间:2023-11-28 09:38:57 25 4
gpt4 key购买 nike

在 Xcode 6 Beta 4 中,我可以使用以下行检查变量是否属于特定类型:

if advanceDetails.objectForKey(selectedSectionName) as? Dictionary<String, AnyObject>  {

现在,在 Xcode 6 Beta 5 中我得到错误:

Type 'Dictionary<String, AnyObject>?' does not conform to protocol 'BooleanType.Protocol'

执行此操作的新方法是什么?

最佳答案

使用 is 而不是 as? 进行比较。另请注意,从 Beta 5 开始,如果您要检查 nil,则需要明确使用 if object == nil 或 if object != nil,这是您看到的错误。

关于ios - Xcode 6 Beta 5 If 语句不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25167821/

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