UITabBarItem
UITabBarItem is a fundamental component in iOS development, used to represent an individual tab within a UITabBar. A UITabBar provides a persistent navigation interface that allows users to switch between different view controllers within an application. Each UITabBarItem corresponds to a specific tab, displaying a title and an icon.
When a user taps a UITabBarItem, the associated tab bar controller typically replaces the current view controller
The UITabBarController manages an array of UITabBarItem objects, and the order in which they appear in this