This document discusses building Cordova plugins for iOS. It begins by looking at the anatomy of a Cordova plugin and exploring some examples. It then covers the three step process for developing a Cordova plugin: 1) configuring the plugin, 2) creating Objective-C classes, and 3) writing the code. Specific examples are provided for creating a random number plugin and developing a custom audio FFT data renderer plugin.
Related topics: