Skip to main content

RtkActiveTabSelectorView

Overview

A view which show list of button of Type RtkPluginScreenShareTabButton shown horizontally.

Example Image
var buttons: [RtkPluginScreenShareTabButton]

Array of buttons of Type RtkPluginScreenShareTabButton which are shown inside this list.

func scrollToVisible(button: RtkPluginScreenShareTabButton)

When there are buttons more than width of this view, Then use this method to scroll to button.

Parameters:

button: button which should must be present inside var buttons: [RtkPluginScreenShareTabButton]

func setAndDisplayButtons(_ buttons: [RtkPluginScreenShareTabButton])

This method is used to update buttons on this view. Setting buttons will reset buttons on this view.

Parameters:

buttons: Array of RtkPluginScreenShareTabButton to be shown on RtkActiveTabSelectorView