Skip to content

Commit 004aa96

Browse files
author
@欧柏泉
committed
流式布局添加新内容拉伸的功能,实现了#15的功能。
1 parent f7df8bb commit 004aa96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyLayout/Lib/MyFlowLayout.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ -(void)calcAutoArrangeSingleLineSubviews:(NSMutableArray*)sbs
373373
}
374374

375375

376-
for (int i = index; i < sbs.count; i++) {
376+
for (NSInteger i = index; i < sbs.count; i++) {
377377

378378

379379
NSMutableArray *calcArray2 = [NSMutableArray arrayWithArray:calcArray];

0 commit comments

Comments
 (0)