Documentation Index Fetch the complete documentation index at: https://docs.ahq.lat/realtime/llms.txt Use this file to discover all available pages before exploring further.
A horizontally scrollable tab selector for switching between plugins and screen shares.
buttons
[RtkPluginScreenShareTabButton]
scrollToVisible(button:)
Void
setAndDisplayButtons(_:)
import RealtimeKitUI let tabSelector = RtkActiveTabSelectorView()let buttons = [ RtkPluginScreenShareTabButton(image: nil, title: "Screen Share"), RtkPluginScreenShareTabButton(image: nil, title: "Whiteboard")]tabSelector.setAndDisplayButtons(buttons)view.addSubview(tabSelector)