UIScrollView(FWEmptyPlugin)
@interface UIScrollView (FWEmptyPlugin)
滚动视图空界面分类
-
空界面代理,默认nil
Declaration
Objective-C
@property (nonatomic, weak, nullable) id<FWEmptyViewDelegate> fw_emptyViewDelegate; -
刷新空界面
Declaration
Objective-C
- (void)fw_reloadEmptyView;
UIScrollView(FWEmptyPlugin) Category Reference