说明文字的位置调整
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
//};
|
||||
|
||||
|
||||
NS_ENUM(NSInteger,indexViewState){
|
||||
typedef NS_ENUM(NSInteger,IndexViewState){
|
||||
|
||||
//右上角编辑按钮的两种状态;
|
||||
//正常的状态,按钮显示“编辑”;
|
||||
@@ -62,7 +62,7 @@ NS_ENUM(NSInteger,indexViewState){
|
||||
|
||||
};
|
||||
|
||||
NS_ENUM(NSInteger,deviceType){
|
||||
typedef NS_ENUM(NSInteger,DeviceType){
|
||||
|
||||
FishTank,
|
||||
|
||||
@@ -77,8 +77,8 @@ NS_ENUM(NSInteger,deviceType){
|
||||
@property (nonatomic,strong) UICollectionViewFlowLayout *flowLayout;
|
||||
|
||||
//@property (nonatomic,strong) enum CellState;
|
||||
@property (nonatomic,strong) enum indexViewState;
|
||||
@property (nonatomic,strong) enum deviceType;
|
||||
@property (nonatomic,assign) IndexViewState indexViewState;
|
||||
@property (nonatomic,assign) DeviceType deviceType;
|
||||
//下面数组用来存放头部标题;
|
||||
@property(strong,nonatomic) NSMutableArray *headerArray;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user