Hi there :)
I've started with objective-c/iphone programming a couple of days ago, and still having some problems converting from other languages.. I'm currently testing around with NSArrays, and NSMutableArrays, and it's really annoying that I haven't found any method for effectively displaying the contents of my arrays (without creating loops and displaying row by row).
Is there some easy method like print_r in PHP or console.log in javascript(w/Firefox && firebug) ?
Really appreciate any help :)