Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Master
-
All iOS platforms
Description
According to Apple's documentation, naming a Category method without a prefix would possibly cause a Name Clash
https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html#//apple_ref/doc/uid/TP40011210-CH6-SW4
In CordovaLib/Classes/CDVJSON.h : NSArray(CDVJSONSerializing)
The method name should starts with a prefix