mirror of
https://github.com/zhigang1992/ZGParallelView.git
synced 2026-01-12 22:42:52 +08:00
Fixed issue 6.
This commit is contained in:
@@ -195,6 +195,7 @@ static char UITableViewZGParallelViewCutOffAtMaxSetContentOffSet;
|
||||
case ZGScrollViewStyleCutOffAtMax:{
|
||||
self.cutOffAtMaxSetContentOffSet = YES;
|
||||
self.contentOffset = CGPointMake(0.f, self.viewHeight*(self.displayRadio-1.f));
|
||||
self.embededScrollView.contentOffset = CGPointMake(0.f, -self.viewHeight*(self.displayRadio-1.f)*0.5);
|
||||
break;
|
||||
}
|
||||
case ZGScrollViewStyleStickToTheTop:{
|
||||
|
||||
Reference in New Issue
Block a user