File tree Expand file tree Collapse file tree 32 files changed +7
-9
lines changed Expand file tree Collapse file tree 32 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 118
118
9A09E2B61BC7AFF00060C116 /* Class */ = {
119
119
isa = PBXGroup;
120
120
children = (
121
- 9A09E2B71BC7AFF00060C116 /* ClassifyMenu(两级可折叠菜单) */,
122
- 9A09E2CA1BC7AFF00060C116 /* MultipleFilter(侧边栏多项筛选) */,
121
+ 9A09E2B71BC7AFF00060C116 /* ClassifyMenu */,
122
+ 9A09E2CA1BC7AFF00060C116 /* MultipleFilter */,
123
123
9A09E2E01BC7AFF00060C116 /* Other */,
124
124
);
125
125
path = Class;
126
126
sourceTree = "<group>";
127
127
};
128
- 9A09E2B71BC7AFF00060C116 /* ClassifyMenu(两级可折叠菜单) */ = {
128
+ 9A09E2B71BC7AFF00060C116 /* ClassifyMenu */ = {
129
129
isa = PBXGroup;
130
130
children = (
131
131
9A09E2B81BC7AFF00060C116 /* Controller */,
132
132
9A09E2BD1BC7AFF00060C116 /* Other */,
133
133
9A09E2C11BC7AFF00060C116 /* View */,
134
134
);
135
- path = " ClassifyMenu(两级可折叠菜单)" ;
135
+ path = ClassifyMenu;
136
136
sourceTree = "<group>";
137
137
};
138
138
9A09E2B81BC7AFF00060C116 /* Controller */ = {
178
178
path = View;
179
179
sourceTree = "<group>";
180
180
};
181
- 9A09E2CA1BC7AFF00060C116 /* MultipleFilter(侧边栏多项筛选) */ = {
181
+ 9A09E2CA1BC7AFF00060C116 /* MultipleFilter */ = {
182
182
isa = PBXGroup;
183
183
children = (
184
184
9A09E2CB1BC7AFF00060C116 /* Controller */,
185
185
9A09E2D11BC7AFF00060C116 /* Other */,
186
186
9A09E2DA1BC7AFF00060C116 /* View */,
187
187
);
188
- path = " MultipleFilter(侧边栏多项筛选)" ;
188
+ path = MultipleFilter;
189
189
sourceTree = "<group>";
190
190
};
191
191
9A09E2CB1BC7AFF00060C116 /* Controller */ = {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ - (void)judgeMoreButtonShowWhenDefaultRowsCount:(NSUInteger)defaultRowsCount {
229
229
sum += [cellsCount integerValue ];
230
230
} else {
231
231
// |break;| Stop enumerating ;if wanna continue use |return| to Skip this object
232
- // http://t.cn/RAsfoAi
233
232
*stop = YES ;
234
233
return ;
235
234
}
@@ -260,8 +259,7 @@ - (NSUInteger)firstRowCellCountWithArray:(NSArray *)array {
260
259
return firstRowCellCount;
261
260
}
262
261
263
- - (NSMutableArray *)cellsInPerRowWhenLayoutWithArray : (NSMutableArray *)array
264
- {
262
+ - (NSMutableArray *)cellsInPerRowWhenLayoutWithArray : (NSMutableArray *)array {
265
263
__block NSUInteger secondRowCellCount = 0 ;
266
264
NSMutableArray *symptoms = [NSMutableArray arrayWithArray: array];
267
265
NSUInteger firstRowCount = [self firstRowCellCountWithArray: symptoms];
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments