Skip to main content
PESDK/iOS/Getting Started

Demos

For a straightforward integration of PhotoEditor SDK, see our set of example integrations for various frameworks like React Native, Flutter, Ionic or Cordova.

Whether you want to learn how to use PhotoEditor SDK or just want to see what can be built with it, we are providing some example integrations for various frameworks.

Example app#

We offer an example app on the App Store , that demonstrates the PhotoEditor SDK's interface and our default configuration.

Catalog repository#

For code examples take a look at the Catalog app repository . Said repository hosts the complete source code for the examples used throughout these docs. You can compile the project and run all examples out of the box. The various examples demonstrate how to integrate and configure the SDK to suit your needs. There are examples for Swift and Objective-C, presenting the camera and editor, and extensive customization.

Example Integrations#

Check out our GitHub Repositories here for up-to-date example integrations of our HTML and Native SDKs. All example integration repositories are tagged with the suffix -demo. In general, these examples are a good place to start with:

  • Quickly testing out our SDK without the need to write code
  • Tinker with the code to understand how it works and
  • Starting templates for specific frameworks.

Currently, we are providing example integrations for:

We are also providing the corresponding tutorials in our quickstart section here.