[ObjectiveC] Variable arguments list

From Apple Q&A QA1405, an easy way to call a method with variable parameters nil-terminated,
like

[code lang=”java” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”][NSMutableArray arrayWithObjects…, nil][/code]

Read More