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 118118 9A09E2B61BC7AFF00060C116 /* Class */ = {
119119 isa = PBXGroup;
120120 children = (
121- 9A09E2B71BC7AFF00060C116 /* ClassifyMenu(两级可折叠菜单) */,
122- 9A09E2CA1BC7AFF00060C116 /* MultipleFilter(侧边栏多项筛选) */,
121+ 9A09E2B71BC7AFF00060C116 /* ClassifyMenu */,
122+ 9A09E2CA1BC7AFF00060C116 /* MultipleFilter */,
123123 9A09E2E01BC7AFF00060C116 /* Other */,
124124 );
125125 path = Class;
126126 sourceTree = "<group>";
127127 };
128- 9A09E2B71BC7AFF00060C116 /* ClassifyMenu(两级可折叠菜单) */ = {
128+ 9A09E2B71BC7AFF00060C116 /* ClassifyMenu */ = {
129129 isa = PBXGroup;
130130 children = (
131131 9A09E2B81BC7AFF00060C116 /* Controller */,
132132 9A09E2BD1BC7AFF00060C116 /* Other */,
133133 9A09E2C11BC7AFF00060C116 /* View */,
134134 );
135- path = " ClassifyMenu(两级可折叠菜单)" ;
135+ path = ClassifyMenu;
136136 sourceTree = "<group>";
137137 };
138138 9A09E2B81BC7AFF00060C116 /* Controller */ = {
178178 path = View;
179179 sourceTree = "<group>";
180180 };
181- 9A09E2CA1BC7AFF00060C116 /* MultipleFilter(侧边栏多项筛选) */ = {
181+ 9A09E2CA1BC7AFF00060C116 /* MultipleFilter */ = {
182182 isa = PBXGroup;
183183 children = (
184184 9A09E2CB1BC7AFF00060C116 /* Controller */,
185185 9A09E2D11BC7AFF00060C116 /* Other */,
186186 9A09E2DA1BC7AFF00060C116 /* View */,
187187 );
188- path = " MultipleFilter(侧边栏多项筛选)" ;
188+ path = MultipleFilter;
189189 sourceTree = "<group>";
190190 };
191191 9A09E2CB1BC7AFF00060C116 /* Controller */ = {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ - (void)judgeMoreButtonShowWhenDefaultRowsCount:(NSUInteger)defaultRowsCount {
229229 sum += [cellsCount integerValue ];
230230 } else {
231231 // |break;| Stop enumerating ;if wanna continue use |return| to Skip this object
232- // http://t.cn/RAsfoAi
233232 *stop = YES ;
234233 return ;
235234 }
@@ -260,8 +259,7 @@ - (NSUInteger)firstRowCellCountWithArray:(NSArray *)array {
260259 return firstRowCellCount;
261260}
262261
263- - (NSMutableArray *)cellsInPerRowWhenLayoutWithArray : (NSMutableArray *)array
264- {
262+ - (NSMutableArray *)cellsInPerRowWhenLayoutWithArray : (NSMutableArray *)array {
265263 __block NSUInteger secondRowCellCount = 0 ;
266264 NSMutableArray *symptoms = [NSMutableArray arrayWithArray: array];
267265 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.
You can’t perform that action at this time.
0 commit comments