gsabran / DDDKit

360 video player for iOS written in swift - a subset of SceneKit that works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pan gesture is laggy.

opened this issue · comments

First of all, nice library!

I found one small performance issue on didPan method. Video is moving smooth for 1 second and after that I see many lags. It's not smooth. I tested it on simulator and iPhone 6. Can you guys take a look into that problem?

Thanks.

I'll have a look, thanks. In my experience it's kind of laggy in the simulator but works well on real devices. It's not expected at all to be laggy on iPhone 6. You're on iOS 10 right?

Yes, iPhone 6 iOS 10. Thank you for reply!

Fixed by 5175562, thanks for reporting!