Contents

tabBar(_:didBeginCustomizing:)

Sent to the delegate after the customizing modal view is displayed.

Declaration

optional func tabBar(_ tabBar: UITabBar, didBeginCustomizing items: [UITabBarItem])

Parameters

  • tabBar:

    The tab bar that is being customized.

  • items:

    The items on the customizing modal view.

See Also

Customizing tab bars