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.
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.