34,333
edits
Changes
→Calling an Objective-C Function
<tt><function name> (<arg1>, <arg2>, ... )</tt>
For example, to call a function named ''displayitsayhello'' that takes no arguments and returns no value, we would write the following code:
<pre>
</pre>