转自 http://blog.sina.com.cn/s/blog_5c91824f0102vxpd.html 我自己当笔记记录,学习请看原博客。 最近在用Xcode 6.3写代码,一些涉及到对象的代码会报如下编译器警告…
标签:nullability
Nullability and Objective-C
_Nullable: pointer may have a NULL or nil value while a _Nonnull one should not. The compiler will tell you if…