Tangram-iOS icon indicating copy to clipboard operation
Tangram-iOS copied to clipboard

运行 demo 发现吸顶的偏移量无效。

Open uclort opened this issue 6 years ago • 3 comments

extraOffset设置无效,发现是 TangramView.m 类中 691 行的代码

if (topOffset >= ((TangramStickyLayout *)layout).extraOffset) {
     ((TangramStickyLayout *)layout).extraOffset = 0.f;
}
 topOffset += (((TangramStickyLayout *)layout).extraOffset + layout.vv_height);

这里把 extraOffset 置为 0 了,请问是否逻辑错误?

uclort avatar May 30 '18 05:05 uclort

还有一个问题,请问如何关闭吸顶和浮窗的弹性效果,现在滑动的话,吸顶和浮窗是有轻微的弹性的,如何取消呢?

uclort avatar May 30 '18 05:05 uclort

iPhone 6,11.3.1。

uclort avatar May 30 '18 05:05 uclort

#80 中已修复

a455455b avatar Aug 13 '19 10:08 a455455b