The updated Clang documentation: Using array and dictionary literals is safer than the variadic creation forms commonly in use today. Array literal expressions expand to calls to +[NSArray arrayWithObjects:count:], which validates that all objects are non-nil. The variadic form, +[NSArray arrayWithObjects:] uses nil as an argument list terminator, which can lead to malformed array objects. … Continue reading Objective-C Literals
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed