UIToolbar(FWApplication)
@interface UIToolbar (FWApplication)
/// 工具栏内容视图,iOS11+才存在,显示item等
@property (nonatomic, readonly, nullable) UIView *fw_contentView NS_REFINED_FOR_SWIFT;
/// 工具栏背景视图,显示背景色和背景图片等。如果标签栏同时显示,背景视图高度也会包含标签栏高度
@property (nonatomic, readonly, nullable) UIView *fw_backgroundView NS_REFINED_FOR_SWIFT;
@end
Undocumented
-
工具栏内容视图,iOS11+才存在,显示item等
Declaration
Objective-C
@property (nonatomic, readonly, nullable) UIView *fw_contentView;
-
工具栏背景视图,显示背景色和背景图片等。如果标签栏同时显示,背景视图高度也会包含标签栏高度
Declaration
Objective-C
@property (nonatomic, readonly, nullable) UIView *fw_backgroundView;