What are these called in Objective C? @"%@"
@"%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
They are NSString literal
s. More specifically, they look they are being used as formatting strings for printf
style functions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With