当我将元素从 xib 连接到头文件时。它给了我
@property (strong, nonatomic) IBOutlet UITabBarItem *contract;
@property (strong, nonatomic) IBOutlet UITabBarItem *history;
但是,当我尝试打印出我的 tabBar 的子视图(UITabBar 的类型)时,我得到了 2 个 UITabBarButton。
我的问题是标签栏项目的类别是什么。它是 UITabBarItem 还是 UITabBarButton