Restrict Objective-C format string to only object specifiers -


i'd make objective-c method (like one) accepts format string allows object specifiers %@. possible use format __attribute__ perform static checks on format strings ensure don't violate restriction?


Comments