Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

滑动到最底部的时候,push 和 pop 后 会出现不完美的显示 #18

Closed
sseen opened this issue Jul 11, 2016 · 1 comment
Closed

Comments

@sseen
Copy link

sseen commented Jul 11, 2016

这里有个不完美的展示,如下图。
我发现是由于 NTTansition 这句前后转换坐标的时候,出现不一致的情况,pop 前后取出来的值竟然不一致,具体相差 64 pixel 刚好;如果没有滑到最后,或者多半不会出现这种不一致的情况。
很想知道问题在哪里,还希望花点时间来看下,谢谢😄
let leftUpperPoint = gridView!.convertPoint(CGPointZero, toView: toViewController.view)

push 之前
simulator screen shot 2016 7 11 5 39 33

pop 之后
simulator screen shot 2016 7 11 5 39 38

@demonnico
Copy link
Owner

@sseen 直接clone的项目后跑的吗?没有出现你说的情况唉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants