File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
IOS/LuaViewSDK/Classes/lvsdk Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ -(id) init:(lv_State*) l identifierArray:(NSArray*) identifierArray {
4848 [self registerClass: [LVCollectionViewCell class ] forCellWithReuseIdentifier: identifier];
4949 }
5050 self.alwaysBounceVertical = YES ; // 垂直总是有弹性动画
51+ self.scrollsToTop = NO ;
5152 }
5253 return self;
5354}
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ -(id) init:(lv_State*) l {
5555 self.showsHorizontalScrollIndicator = NO ;
5656 self.delegate = self;
5757 self.pageIdx = 0 ;
58+ self.scrollsToTop = NO ;
5859 }
5960 return self;
6061}
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ -(id) init:(lv_State*) l{
3535 self.alwaysBounceVertical = NO ;
3636 self.showsHorizontalScrollIndicator = NO ;
3737 self.showsVerticalScrollIndicator = NO ;
38+ self.scrollsToTop = NO ;
3839 }
3940 return self;
4041}
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ -(id) init:(lv_State*) l{
3636 self.backgroundColor = [UIColor clearColor ];
3737 self.separatorStyle = UITableViewCellSeparatorStyleNone;
3838 self.alwaysBounceVertical = YES ; // 垂直总是有弹性动画
39+ self.scrollsToTop = NO ;
3940 }
4041 return self;
4142}
You can’t perform that action at this time.
0 commit comments