tabBar(_:willBeginCustomizing:)
Sent to the delegate before the customizing modal view is displayed.
Declaration
optional func tabBar(_ tabBar: UITabBar, willBeginCustomizing items: [UITabBarItem])Parameters
- tabBar:
The tab bar that is being customized.
- items:
The items on the customizing modal view.
Discussion
Use the beginCustomizingItems(_:) method of UITabBar to display the customizing modal view and begin the customizing mode.