Skip to content

UIBarItem

UIBarItem 是工具条/导航条条目类型的基类,提供 titleimageenabled 等通用属性。

UIBarItem 在插件运行时中通常作为基类被间接使用(例如 UIBarButtonItemUITabBarItem)。若你需要定位某个通用成员(如 title/image/enabled),建议直接站内搜索成员名。

当前运行时未额外暴露 UIBarItem 的类成员。

  • 常见子类:UIBarButtonItemUITabBarItemUINavigationItem(语义不同)。
  • 具体成员可用站内搜索成员名定位。
头文件 API 清单

正在加载…

协议:,来源: