What are these called in Objective C? @"%@" @"%d" @"%i"
@"%@"
@"%d"
@"%i"
They are called format specifiers, could also be called 'placeholders in a string for the variables that will follow'.
https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html
548k questions
547k answers
4 comments
86.3k users