nsarray - Print array in objective-c? -
I have to check my values with the NSArray
which are dynamically stored. How should print array values?
NSLog (@ "% @", yourArray);
It actually calls your NSArray's description method and prints the log.
Comments
Post a Comment