Shazron Abdullah created CB-1165:
------------------------------------
Summary: Update Plugin Dev Guide for new iOS plugin signature (old
one still supported, but deprecated)
Key: CB-1165
URL: https://issues.apache.org/jira/browse/CB-1165
Project: Apache Cordova
Issue Type: Task
Components: Docs, iOS
Affects Versions: 2.0.0
Reporter: Shazron Abdullah
Assignee: Michael Brooks
Fix For: 2.1.0
The new signature is:
{code}
- (void) myMethod:(CDVInvokedUrlCommand*)command;
{code}
the old signature was:
{code}
- (void) myMethod:(NSMutableArray*)arguments
withDict:(NSMutableDictionary*)options;
{code}
Most of the core plugins have been migrated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira