swift

Hero image for article
Icon for article
advancedcapacitorionicswift

Running Custom Native iOS Code in Ionic with Capacitor

7 min read

In this tutorial, we walk through how to create a custom Capacitor plugin that will allow us to run custom native code in an Ionic application.

Hero image for article
Icon for article
ionicstenciliosswiftcapacitoradvanced

Creating a Local Capacitor Plugin to Access Native Functionality (iOS/Swift)

9 min read

In this tutorial, we walk through how to build a Capacitor plugin that allows access to native iOS code. We will use the HealthKit API as an example.

Hero image for article
Icon for article
advancedcapacitorioniciosnpmswift

Publishing a Custom iOS Capacitor Plugin on NPM

4 min read

In this tutorial, we walk through how to create a Capacitor plugin using the Capacitor CLI and then publish it to npm. This will make the plugin usable in any Ionic/Capacitor application.