会报编译器警告的Xcode 6.3新特性:Nullability Annotations
摘要:
最近在用Xcode 6.3写代码,一些涉及到对象的代码会报如下编译器警告: 1 Pointer is missing a nullability type specifier (__nonnull or __nullable) 1 Pointer is missing a nullability t 阅读全文
posted @ 2016-05-17 09:41 王桂敏 阅读(147) 评论(0) 推荐(0) 编辑