📄️ Getting Started
The LikeMinds Chat SDK allows you to seamlessly integrate personalized and engaging chats into your iOS application. This can significantly enhance the user experience and drive user engagement within your app. This getting started guide will walk you through the steps to integrate it into your application.
📄️ Theming
You can customize the look and feel of all UI components provided by LikeMindsChat. The SDK allows you to change the appearance of components such as colors, fonts, and image assets through the Appearance configuration. Changes to appearance should be done as early as possible in your application lifecycle, typically in the SceneDelegate or AppDelegate. The SDK comes with a singleton object Appearance.shared that you can use directly to make changes.
🗃️ Core
1 items