I'm working through a BNR iOS Programming text and I came across this piece of code:
NSLog(@"%@", [items objectAtIndex:i]);
I am unsure of what "%@" is used for. I've seen other formats for referencing integers or characters, but I've never seen this.
I even checked this reference here and it had nothing.
Thanks!