The iOS SDK is still in active development. Check in regularly for updates!

Overview

The iOS UIKit is a collection of Swift components crafted to help engineers build a feature-rich chat experience.

Installation

Cocoapods

This iOS SDK is accessible via Cocoapod as BotStacksChat. Simple add to your podfile

use_frameworks!

target 'MyApp' do
  pod 'BotStacksChat'
end

Swift package manager

dependencies: [
    .package(url: "https://github.com/BotStacks/ios-sdk.git", .upToNextMajor(from: "1.0.1"))
]

Resources

Got any suggestions?

Come let us know your feedback and/or suggestions regarding the iOS SDK in our discord server.