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.
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.
- Clone the repository
- Install CocoaPods if you don't have it.
- Install required project dependencies by running
pod install
. - Copy and Paste your client token into appropriate section of
quickstart-ios-swift/BanubaClientToken.swift
- Open generated workspace (not a project!) in Xcode and run the example.
You can find more info here.