FWCollectionReusableViewWrapper
@interface FWCollectionReusableViewWrapper : FWViewWrapper
Undocumented
-
Undocumented
Declaration
Objective-C
FWWrapperCompatible, fw)
-
如果用来确定ReusableView所需尺寸的View是唯一的,请把此值设置为YES,可提升一定的性能
Declaration
Objective-C
@property (nonatomic) BOOL maxYViewFixed;
-
最大Y尺寸视图的底部内边距(横向滚动时为X),可避免新创建View来撑开ReusableView,默认0
Declaration
Objective-C
@property (nonatomic) CGFloat maxYViewPadding;
-
最大Y视图是否撑开布局(横向滚动时为X),需布局约束完整。默认NO,无需撑开布局;YES时padding不起作用
Declaration
Objective-C
@property (nonatomic) BOOL maxYViewExpanded;