You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i'm trying to get the exact touch point, any idea how to implement it? currently here's what I did..
let touchPoint = touch.location(in: self)
touchPointHandler?.image360ViewTouchPoint(touchPoint)
I created my own protocol since I noticed there's something weird when I override the "touchesBegan", anyway by doing this i'm just getting the screen touch point not the touch point it self on the image.
The text was updated successfully, but these errors were encountered:
Hi i'm trying to get the exact touch point, any idea how to implement it? currently here's what I did..
let touchPoint = touch.location(in: self)
touchPointHandler?.image360ViewTouchPoint(touchPoint)
I created my own protocol since I noticed there's something weird when I override the "touchesBegan", anyway by doing this i'm just getting the screen touch point not the touch point it self on the image.
The text was updated successfully, but these errors were encountered: