I believe the reason is that %@
is the specifier for an object, of which String
is one. You need a different specifier for ints.
1 Like
I believe the reason is that %@
is the specifier for an object, of which String
is one. You need a different specifier for ints.