gpt4 book ai didi

objective-c - 从可空对象转换为非空对象 (Objective-C)

转载 作者:太空狗 更新时间:2023-10-30 03:59:20 24 4
gpt4 key购买 nike

我一直在使用新的 nullability Xcode 6.3 中的内容

但是,我遇到了这样的问题

[Object doSomethingWithNonNullParam:otherObject.nullableProperty];

如果我确信 otherObject.nullableProperty 不是 nil,最好的解决方法是什么?

最佳答案

我认为这里的类型转换合适吗?

[对象 doSomethingWithNonNullParam:(OtherObject *_Nonnull) otherObject.nullableProperty];

关于objective-c - 从可空对象转换为非空对象 (Objective-C),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31421272/

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