how to resolve this error??
[NCFArray length]; acception开发者_开发技巧
If you're working with an array, you may be looking for [theArray count]
rather than [theArray length]
.
Otherwise you are somehow using an array where you mean to use a string - how do you define/where do you get your NSString from?
精彩评论