Contents

delegate

The object that acts as the template’s delegate.

Declaration

weak var delegate: (any CPTabBarTemplateDelegate)? { get set }

Discussion

The delegate must conform to the CPTabBarTemplateDelegate protocol.

See Also

Managing Tab Bar Interactions