tags:

views:

27

answers:

1

hi,

how to resolve this error??

[NCFArray length]; acception

+1  A: 

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?

zenzelezz