Contents

tabBar(_:willEndCustomizing:changed:)

Sent to the delegate before the customizing modal view is dismissed.

Declaration

optional func tabBar(_ tabBar: UITabBar, willEndCustomizing items: [UITabBarItem], changed: Bool)

Parameters

  • tabBar:

    The tab bar that is being customized.

  • items:

    The items on the customizing modal view.

  • changed:

    True if the visible set of items on the tab bar changed; otherwise, False.

See Also

Customizing tab bars