Call Method in Objective-C


/ Published in: Objective C
Save to your folder(s)

A simple method for calling a function in Objective-C.


Copy this code and paste it in your HTML
  1. // call functionName
  2. [self performSelector:@selector(functionName:) withObject:sender];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.