Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1.92 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.92 KB

This repository is considered as outdated, prefer this repo as a basement for new projects.

Quick start examples for integrating Banuba SDK on iOS into Swift apps.

The example contains the following usecases:

  • apply effect to video from camera and show it on the screen,
  • apply effect to photo from the gallery,
  • apply effect to video from the gallery,
  • apply effect to video from camera and record video,
  • apply Makeup effect to photo and use Makeup API in realtime.

Important
The 'Photo Processing' view requires the Makeup effect. You can get the effect on banuba.com.

Usage

Token

Before you commit to a license, you are free to test all the features of the SDK for free. To start it, send us a message.
We will get back to you with the trial token. You can store the token within the app.

Feel free to contact us if you have any questions.

Getting Started

  1. Clone the repository
  2. Install CocoaPods if you don't have it.
  3. Install required project dependencies by running pod install.
  4. Copy and Paste your client token into appropriate section of quickstart-ios-swift/BanubaClientToken.swift
  5. Open generated workspace (not a project!) in Xcode and run the example.

Docs

You can find more info here.