NSAssert with format string
NSAssert with format string
- Subject: NSAssert with format string
- From: Matt Neuburg <email@hidden>
- Date: Wed, 16 Nov 2011 11:33:54 -0800
The docs say that NSAssert takes a condition and a string, and if you want a format string you have to use one of NSAssert's relative, such as NSAssert1, according to the number of format specifiers. But experimentation shows that NSAssert(0, @"%@", @"testing") does work. Are the docs wrong - can I just use format specifiers freely with NSAssert, and not bother with NSAssert1 and so forth? Thx - m.
--
matt neuburg, phd = email@hidden, http://www.apeth.net/matt/
pantes anthropoi tou eidenai oregontai phusei
Among the 2007 MacTech Top 25, http://tinyurl.com/2rh4pf
Programming iOS 4! http://www.apeth.net/matt/default.html#iosbook
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
TidBITS, Mac news and reviews since 1990, http://www.tidbits.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden