开发者

Empty value in NSArray

开发者 https://www.devze.com 2022-12-10 14:28 出处:网络
I can\'t believe I forgot this, what is in an NSArray if there\'s no value in the field (this is being determin开发者_如何学Pythoned by loading a .plist file).I know I should know this, but right now

I can't believe I forgot this, what is in an NSArray if there's no value in the field (this is being determin开发者_如何学Pythoned by loading a .plist file). I know I should know this, but right now I'm having a serious brain fart


An empty value is represented by NSNull.


or just an empty NSArray, or even nil.

0

精彩评论

暂无评论...
验证码 换一张
取 消