CPTabBarTemplateDelegate
The methods an object implements to act as the delegate for a tab bar template.
Declaration
@MainActor protocol CPTabBarTemplateDelegate : NSObjectProtocolOverview
You use the CPTabBarTemplateDelegate protocol to respond to a tab bar template’s events. The protocol defines methods that the template calls in response to these events, and your implementation provides the appropriate behavior when the events occur. For example, reloading a tab’s contents when the user selects it to make sure it’s displaying the latest data.