处理svip
This commit is contained in:
19
keyBoard/Class/Pay/V/KBSvipFlowLayout.h
Normal file
19
keyBoard/Class/Pay/V/KBSvipFlowLayout.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// KBSvipFlowLayout.h
|
||||
// keyBoard
|
||||
//
|
||||
// SVIP 页面自定义布局,支持 Section 背景装饰视图
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBSvipFlowLayout : UICollectionViewFlowLayout
|
||||
|
||||
/// 需要添加背景的 Section 索引(默认 Section 1)
|
||||
@property (nonatomic, assign) NSInteger decorationSection;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user