iOS - Invoking Blocks
^{ [code] }();
^(){ [code] }();
^(int p){ [code] }(12);
^(int p, BOOL r){ [code] }(12, YES);
Written by Noval Agung Prayogo
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ios
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#