Skip to main content

Introduction

Dyte's iOS UI Kit is a prebuilt design library of UI components that makes it easy to integrate video and voice calls into any iOS app within minutes.

Usage

The UI Kit under the hood works on top of the same Core SDK that is publicly available. Core SDK handles all the low-level media and network handling parts of a meeting and exposes methods and properties that the UI Kit uses

Uses a layered design structure, allowing you to start with one prebuilt component and slowly go down layers and add custom UI incrementally as your needs evolve.

  • Use prebuilt component: You can use prebuilt component to create your meeting quickly. With this component, you don't have to handle all the states, dialogs, and other aspects of managing the application. The UI kit also respect your permissions and theming configuration from the preset.

    For more information, see iOS UI Kit Quickstart.

  • Mix and match: Use some components from our component library, build some custom components yourself