UIBarItem
UIBarItem 是工具条/导航条条目类型的基类,提供 title、image、enabled 等通用属性。
实例成员 (Instance members)
Section titled “实例成员 (Instance members)”UIBarItem 在插件运行时中通常作为基类被间接使用(例如 UIBarButtonItem、UITabBarItem)。若你需要定位某个通用成员(如 title/image/enabled),建议直接站内搜索成员名。
类成员 (Class members)
Section titled “类成员 (Class members)”当前运行时未额外暴露 UIBarItem 的类成员。
- 常见子类:
UIBarButtonItem、UITabBarItem、UINavigationItem(语义不同)。 - 具体成员可用站内搜索成员名定位。